Skip to content

tomorrowdata/JupyterLab-Docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic Jupyter Lab Template

Jupyter Lab generic template

Jupyter Server Password

Default is jupyterlab. Note: the jupyter server is exposed to local network at <host-ip>:8886.

How to change Jupyter Server password

Change the hash in config.json.

To create a new hashed password:

from notebook.auth import passwd

passwd(algorithm='sha1')

you need to install the python module notebook with pip install notebook

Project Structure

 /project-root
 |- data
 |- notebooks
 |- source

About

A simple Jupyter Lab Docker-based environment for fast templating

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%