mirror of
https://github.com/robertmartin8/PyPortfolioOpt.git
synced 2022-11-27 18:02:41 +03:00
7 lines
208 B
Python
7 lines
208 B
Python
c = get_config()
|
|
c.NotebookApp.ip = '0.0.0.0'
|
|
c.NotebookApp.port = 8888
|
|
c.NotebookApp.open_browser = False
|
|
c.NotebookApp.token = ''
|
|
c.NotebookApp.password = ''
|
|
c.NotebookApp.notebook_dir = "/home/jovyan/work" |