Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.97 KB

changelog.md

File metadata and controls

52 lines (36 loc) · 1.97 KB

Changelog

Jupman Jupyter Manager http://jupman.readthedocs.com

0.9, August 26th, 2018

v0.8, August 12th, 2018

  • 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 to conf.py

  • introduced new variable exercise_common_files in conf.py for common files to be zipped

  • added pages exam-project , markdown , project-ideas,

  • added cc-by.png

  • renamed changelog.txt to changelog.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

V0.7 , August 3rd, 2018

  • 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