Files
PyPortfolioOpt/binder/jupyter_notebook_config.py
Thomas Schmelzer 34c8efb8e6 binder support
2020-05-02 11:33:56 +08:00

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"