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
[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
+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
3 matches
Mail list logo