jupyterhub-deploy-teaching icon indicating copy to clipboard operation
jupyterhub-deploy-teaching copied to clipboard

Reference deployment of JupyterHub and nbgrader on a single server

Results 19 jupyterhub-deploy-teaching issues
Sort by recently updated
recently updated
newest added

A couple typos in the docs. Cheers Bruno

Should we archive this repository and point people at https://github.com/jupyterhub/the-littlest-jupyterhub? Sometimes people use the instructions from this repository and run into problems (it is unknown how many use it and...

I get a spawn error when restarting jupyterhub: ```bash $ sudo supervisorctl restart jupyterhub jupyterhub: stopped jupyterhub: ERROR (spawn error) ``` Even though I get this error, JupyterHub is started...

Hello, I'm trying to upgrade the jupyterlab version to the new stable version 1.0.2. To do this, I execute the command `conda install -c conda-forge jupyterlab` in the `base` conda...

Based on feedback from @ellisonbg's experience with CP deployment, we should update the README and Sphinx docs. - [ ] Simplify README moving most installation instructions to Sphinx docs -...

help wanted
documentation

Jupyterhub now supports having single user notebook servers run as JupyterHub services and giving a group of users access to those servers. It would be great if we offered the...

I installed the repo on a server, and logged in with a user. I was expecting to see a regular Jupyter notebook interface; however, I was greeted by JupyterLab instead....

I tried to install Minimal C Kernel described in this link https://github.com/brendan-rius/jupyter-c-kernel but after following the steps in the link. It does not add C kernel in the distribution. Can...

``` TASK [python : install jupyterlab extensions] ************************************************************************************************ failed: [teaching.nextnet.top] (item=@jupyterlab/hub-extension) => {"changed": true, "cmd": ["jupyter", "labextension", "install", "@jupyterlab/hub-extension"], "delta": "0:00:04.666373", "end": "2018-08-11 11:27:56.508112", "item": "@jupyterlab/hub-extension", "msg": "non-zero return code",...