Jon Reades

Results 39 comments of Jon Reades

Need to track license & append to footer. A little RGS logo would be nice too during the start-up phase. Later can just go on the homepage.

Allow someone to specify duration (in hh:mm) for any section/subsection that _starts_ a markdown cell. So you could have it for h1 through h5 levels but we'll only look for...

Hmmm, strange. It looks to me like the key method is: ``` def parse_include(self, include): ``` This is actually in the Cell class. I would need to dig into this...

We've not done the usability work to get some kind of selectable/navigable ToC process (e.g. in the Terminal) but I think most of the rest of this is now done?...

SciPy people might have something with CSS hiding answers (SciPy lecture notes). Not keen on customising iPython: https://github.com/ipython/ipython-in-depth

Python Challenge: http://www.pythonchallenge.com/pc/def/0.html

Exercise and Exercise2 notebook extensions: http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/install.html Activate from command line: ```bash conda install -c conda-forge jupyter_contrib_nbextensions jupyter nbextension enable rubberband/main jupyter nbextension enable exercise2/main ``` Viewable via: ```localhost:8888/nbextensions```

Or (thinking back to Perl-like interpolation): ``` answer = {{foo}}/bar ``` {{foo}} is replaced by {{X}} and the value of foo saved to an answers file (or in a hidden...