jupyterhub
10 TopicsDeploying Jupyterhub on Azure for Individual Students or Class Groups
A simple JupyterHub distribution for a small (1-400) number of users on a single server. Based on JupyterOrg http://tljh.jupyter.org/en/latest/ We recommend reading When to use The Littlest JupyterHub to determine if this is the right tool for you.5.8KViews0likes0CommentsInnovative assessment by deploying Ok.py and Microsoft Azure at Imperial College
First published on MSDN on Jun 10, 2018 Guest post by Victoria Murphy Imperial College LondonA new computational course in the Department of Earth Science & Engineering will benefit from innovative software deployed at Imperial College London.538Views0likes0CommentsDiscussions around JupyterHub Infrastructure at JupyterCon
First published on MSDN on Aug 25, 2017 One of the main discussions I have been having at JupyterCon has been around the architectural models of How JupyterHub can be deployed within academic institutions, classes or groups.469Views0likes0CommentsRunning 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.1KViews0likes0Commentsnbgrader 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.4KViews0likes0Comments