-
Notifications
You must be signed in to change notification settings - Fork 1
Add missing parts for JupyterLab compatibility #38
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
base: main
Are you sure you want to change the base?
Conversation
|
@clausmichele The packages nbgitpuller, mystmd, and jupyterlab-myst are defined in the main eopf-container-images repository (specifically in environment.yml ). Because the zarr-driver image is now standalone, it doesn't inherit packages from the default image. This is why you're encountering missing package issues when running eopf-zarr-driver. |
|
@clausmichele you should be able to just fill in the startup UI with the custom image, copy the permalink and use the code snippet I've previously shared to create startup URLs. As for making it an "official" image, we can include it as one of the dropdown items easily if that is something desired. Right now there is only the default image. |
Yes, I already used your code to generate the startup link. My question was more related to the fact that this image is contained in this repo and I was wondering if it was already offered along with the Default Image. But it's not necessary for my use case scenarios, since I can already use it as a custom image! |
@Yuvraj198920 I had to add some packages to make this image compatible with JupyterLab. Are there any other updates to be done to build an up to date image? It shouldn't be necessary since it's cloning from GitHub and building the driver, but let me know.
@rtmiz I know how to start a notebook with a custom image, but this image should among the "official" ones right? How would I have to reference it when generating the link to start a notebook?