Jupman Jupyter Manager http://jupman.readthedocs.com
- implemented generation of exercises from solutions see DavidLeoni/jupman#14
- reverted to old jupman.init() code see DavidLeoni/jupman#12
-
Prepended all functions in jupman.py with
jupman_
-
replaced index with proper homepage. see DavidLeoni/jupman#11
- from now on you need home.ipynb file, because replacing index.rst is a nightmare!
- new index.rst is just a placeholder which simply redirects to home.html. Do not modify it.
- put the toctree in toc.rst
-
exercises ipynb can now stay in exercises/ folder; when exercises are zipped, jupman automatically adds to the zip the required site files. see DavidLeoni/jupman#12
-
Tried %run at beginning of notebooks, without much satisfaction (see discussion in DavidLeoni/jupman#12):
-
disabled toc by default in html files. To enable it, in python use
%run -i ../../jupman --toc
-
renamed past-exams directory from 'past-exams' to 'exams'
-
created
info
,error
,warn
,fatal
functions toconf.py
-
introduced new variable
exercise_common_files
inconf.py
for common files to be zipped -
added pages
exam-project
,markdown
,project-ideas
, -
added
cc-by.png
-
renamed
changelog.txt
tochangelog.md
-
now using templates with curly brackets in in templating, like
_JM_{some_property}
-
jupman.js : now when manually saving html in Jupyter, resulting html correctly hides cells
-
Fixes DavidLeoni/jupman#2 : now toc is present in local build for pdfs
-
added jupman.py pytut() for displaying Python tutor in the cells
-
added jupman.py toc=False option to jupman.py init to disable toc
-
removed jupman.pyuseless networkx import from
-
fixed usage indentation
-
added changelog.txt