The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
JupyterHub Libraries
Hello,
I’ve been trying to find what libraries come standard with the new JupyterHub in the 9.6 release but can’t find anything in the documentation.
Wondering if anyone can provide a list?
also, maybe how do we best go about asking to have libraries added down the line?
I’ve been trying to find what libraries come standard with the new JupyterHub in the 9.6 release but can’t find anything in the documentation.
Wondering if anyone can provide a list?
also, maybe how do we best go about asking to have libraries added down the line?
0
Best Answer
-
Pavithra_Rao Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 123 RM Data ScientistHi @Nirr3,
Jupytherhub that's bundled with 9.6 RaidMiner Server deployments, uses python-default environment.
Best way to verify the packages installed here is, log-in to jupyterhub server webpage (<rmserver-hostname>:<port/jupyterhub/user) or through rm-server login page
Then run a command pip list to get the list of packages installed in python-default images.
Further, admin of the rm-server can add additional environments to jupytherhub by updating the server doker-compose files which include jupyterhub docker images.
https://docs.rapidminer.com/latest/deployment/image-reference/jupyter.html#jh-notebook
https://docs.rapidminer.com/latest/deployment/templates/
Hope this helps.
Cheers,
Pavithra3