Re: [Debian-science-sagemath] How to deal with jupyter notebook extensions

2016-12-05 Thread Ximin Luo
Piotr Ożarowski: > [Ximin Luo, 2016-12-03] >> So far, so good. But now I'm having trouble trying to automate away >> the "enable" step. What "enable" does is add an entry to >> /etc/jupyter/nbconfig/notebook.json. There are two ways of automating >> this, and I'm not sure which way is the best. The

Re: How to deal with jupyter notebook extensions

2016-12-05 Thread Piotr Ożarowski
[Ximin Luo, 2016-12-03] > So far, so good. But now I'm having trouble trying to automate away > the "enable" step. What "enable" does is add an entry to > /etc/jupyter/nbconfig/notebook.json. There are two ways of automating > this, and I'm not sure which way is the best. They each have their > dow

How to deal with jupyter notebook extensions

2016-12-03 Thread Ximin Luo
+debian-python@ Jupyter Notebook allows for the installation of "extensions". Users typically download an extension, then run something like this: $ jupyter nbextension install # or python/python3 -m notebook.extension install [..] $ jupyter nbextension enable# likewise We're trying to f