-
Notifications
You must be signed in to change notification settings - Fork 77
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
Correctly categorizing the card in the Launcher #98
Comments
Interesting. I'm on We don't actually add anything to the launcher explicitly so it must be discovering it somehow. |
Yeah, very strange. In the docs they seem to explicitly require the usage of JupyterLab docs I also don't see any mention of Just to be sure, I also tested with an empty environment with Docker: FROM continuumio/miniconda3
RUN apt update
RUN apt install -y gcc
RUN pip install --pre jupyterlab_nvdashboard
ENTRYPOINT ["jupyter", "lab", "--allow-root", "--ip=0.0.0.0"] Built and ran with: |
How strange. @ian-r-rose I know you don't work on this project but do you have any idea what is going on here? Are there any docs you could point me to? |
@jacobtomlinson Have you been able to reproduce it on your end (maybe w/ Docker?). It's really strange that JupyterLab v3.0.11 gives a different setup to you than for me, although I'm not sure if you've checked with v0.6.0 of this project. |
This is an effect of the I usually avoid installing the |
Hey, would it be possible to categorize the extension's launch card correctly so that it doesn't show up in Notebooks?
According to JupyterLab docs it should be possible:
The text was updated successfully, but these errors were encountered: