QuantEcon / jupinx

Jupyter + Sphinx Utilities and Tools
https://quantecon.github.io/jupinx/
20 stars 4 forks source link

FIX: Added launching of jupyter notebook server using notebookApp class #61

Closed AakashGfude closed 5 years ago

AakashGfude commented 5 years ago

jupyter notebook servers are now opened calling the NotebookApp module directly instead of using subprocess calls.

AakashGfude commented 5 years ago

fixes #56