-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Fix check for SageMaker environment #580
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we need to distinguish StudioLab from Studio?
For StudioLab for itkWidgets, I had to use the StudioLab GUI to enable the loading of extensions, I had to use conda to install node.js to support enabling of the ImJoy extensions, and then I had to use the StudioLab GUI (couldn't use the juptyer-extension-manager or whatever command should have worked within python) to enable the ImJoy extension, and then I had to restart the environment.
Based on what you've said during meetings, it seems like such tasks are not needed for Sagemaker Studio, but I am not certain.
If the requirements are different, then we should distinguish Studio from StudioLab here.
@aylward I don't think that we actually need to differentiate but I will run through all of the steps to confirm.
Unfortunately this is the case for JupyterLab and Jupyter Notebook as well but we can address this in the docs so that it is clear. It is much more likely that people already have extensions enabled for local Jupyter instances but if they don't this would still be a hang-up. I don't believe there is a way to handle this programmatically.
I am starting from a fresh environment myself right now since my account had to be re-created and I am finding that the steps that I took last time do not seem to work and I cannot seem to get the notebook to recognize the presence of the imjoy-jupyterlab-widget at all. This is good that I am starting fresh because I can work through all the kinks to make sure the docs and warnings are all correct, but I am confused about the extension problems because I did not have to use the GUI last time. Do you know if using the GUI you installed |
Hi,
I searched in the extension manager for imjoy, and only one appeared.
First time I tried to install it, it reported it couldn't because node.js
and npm weren't installed.
Just checked...I'm using a CPU run time, and here is what a search on imjo
returns in studiolab:
[image: image.png]
…On Tue, Nov 15, 2022 at 8:07 AM Brianna Major ***@***.***> wrote:
@aylward <https://github.com/aylward> I don't think that we actually need
to differentiate but I will run through all of the steps to confirm.
I had to use the StudioLab GUI to enable the loading of extensions
Unfortunately this is the case for JupyterLab and Jupyter Notebook as well
but we can address this in the docs so that it is clear. It is much more
likely that people already have extensions enabled for local Jupyter
instances but if they don't this would still be a hang-up. I don't believe
there is a way to handle this programmatically.
I had to use conda to install node.js to support enabling of the ImJoy
extensions and then I had to use the StudioLab GUI (couldn't use the
juptyer-extension-manager or whatever command should have worked within
python) to enable the ImJoy extension, and then I had to restart the
environment.
I am starting from a fresh environment myself right now since my account
had to be re-created and I am finding that the steps that I took last time
do not seem to work and I cannot seem to get the notebook to recognize the
presence of the imjoy-jupyterlab-widget at all. This is good that I am
starting fresh because I can work through all the kinks to make sure the
docs and warnings are all correct, but I am confused about the extension
problems because I did not have to use the GUI last time. Do you know if
using the GUI you installed imjoy-jupyter-extension or
imjoy-jupyterlab-extension?
—
Reply to this email directly, view it on GitHub
<#580 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACEJL7FQWAJVCXQ4DJPO63WIODJLANCNFSM6AAAAAAR732KWA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Stephen R. Aylward, Ph.D.
Senior Director of Strategic Initiatives
---
Kitware: *Delivering innovation.*
|
@aylward After some more testing I can confirm that:
|
To improve the user experience, I am wondering if during
where someone is trying to use itkwidgets in Sage* environment, we install In addition, we can see how to get itkwidgets installed by default... |
No description provided.