[jupyter] How to get the widgets menu in the notebook?

2017-02-06 Thread David Ketcheson
st release. How can I get that menu? David Ketcheson -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+unsubscr...@googlegroups.com. To post

Re: [jupyter] How to get the widgets menu in the notebook?

2017-02-06 Thread David Ketcheson
ension`. If you installed using conda, I don't > believe that step is needed. [Reference > <http://ipywidgets.readthedocs.io/en/latest/user_install.html#with-pip>] > > Hope this helps. > > Thanks, > Carol > > David Ketcheson > February 6, 2017 at 6:16 PM > Dum

Re: [jupyter] How to get the widgets menu in the notebook?

2017-02-07 Thread David Ketcheson
m sure others will chime in with additional feedback too. It seems like > nbextension may not be enabled. If you have installed the notebook and > ipywidgets using pip, there is an additional step `jupyter nbextension > enable --py widgetsnbextension`. If you installed using conda, I don&#

[jupyter] Attaching custom css and javascript (mathjax macros) to a set of notebooks

2018-02-21 Thread David Ketcheson
I'm writing a book using a Jupyter notebook for each chapter. I also generate pdf and html versions using nbconvert and bookbook. I would like to be able to do two things: - Control the fonts used in the notebooks - Use a common set of Latex macros in all the notebooks It seems to me that bot

Re: [jupyter] Load LaTeX macros from file in Jupyter notebook

2018-03-06 Thread David Ketcheson
I wrote a nbextension that does exactly this. See https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1257. On Monday, July 25, 2016 at 12:42:00 AM UTC+3, takowl wrote: > > Sorry, no ideas spring to mind; I don't know much about the details of how > Mathjax works. Someone else