jupyter / tmpnb

Creates temporary Jupyter Notebook servers using Docker containers. [DEPRECATED - See BinderHub project]
https://github.com/jupyterhub/binderhub
BSD 3-Clause "New" or "Revised" License
528 stars 123 forks source link

Update README.md #260

Closed brianrusso closed 7 years ago

brianrusso commented 7 years ago

Update quick start example to resolve jupyter notebook token issue.

brianrusso commented 7 years ago

Resolves #259

brianrusso commented 7 years ago

Might be better to put this fix in orchestrate.py, which is pretty trivial. I think it's most important for the quick start example to actually work though.

rgbkrk commented 7 years ago

Thanks!