julia
2 TopicsRunning JupyterHub on and off campus Architectural Scenarios
First published on MSDN on Aug 10, 2017 Dedicated Hardware Environments for hosting JupyterHubOn premise – Own Maintain, secure and Operate the servicesInstallationJupyterHub can be installed with pip (and the proxy with npm) or conda:pip, npm:python3 -m pip install jupyterhubnpm install -g configurable-http-proxypython3 -m pip install notebook # needed if running the notebook servers locallyconda (one command installs jupyterhub and proxy):conda install -c conda-forge jupyterhub # installs jupyterhub and proxyconda install notebook # needed if running the notebook servers locallyTest your installation.1.2KViews0likes0Commentsnbgrader to automate assessment and grading with JupyterHub on Azure Data Science VM
First published on MSDN on Jul 21, 2017 Jupyter notebook on Microsoft Data Science Virtual MachineThe Anaconda distribution on the Microsoft Data Science VM comes with a Jupyter notebook, an environment to share code and analysis.1.5KViews0likes0Comments