Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
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 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