Skip to content
Snippets Groups Projects
README.md 236 B
Newer Older
  • Learn to ignore specific revisions
  • # jupyter-control-notebook-chart
    Base and documentation:
    
    Andrea Michelotti's avatar
    Andrea Michelotti committed
    
    
    https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
    
    Andrea Michelotti's avatar
    Andrea Michelotti committed
    
    
    To create an *hashedpass* from a console of jupyther:
    
    Andrea Michelotti's avatar
    Andrea Michelotti committed
    ```
    
    from jupyter_server.auth import passwd; passwd()
    
    Andrea Michelotti's avatar
    Andrea Michelotti committed
    ```