Skip to content

jfbercher/PyParis2017

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PyParis2017

Repo for a talk on Jupyter nbextensions at PyParis 2017

The JupExtensions_talk.ipynb was used during a talk at PyParis 2017. In order to fully reproduce what was done there,

  1. you should have a working installation of the jupyter_contrib notebook extensions. See here for installation instructions. Using pip, it should be as easy as
pip install https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tarball/master

and then

jupyter contrib nbextension install --user

(or --system to install system wide). The, you should enable at least highlighter, latex_envs

  1. You need to have a copy of the following repo and a demo nbextension toggleCase installed: do this by

    • install the demo nbextension by
    jupyter nbextension install https://rawgit.com/jfbercher/small_nbextensions/master/toggleCase.zip --user
    
  2. Displaying correcly the present notebook needs the jupyter_latex_envs nbextension to be installed and enabled; is it not a strong requirement though.

  • Unfortunately, during the talk, the demo for python-markdown failed. This was due to the fact that this extension needs the notebook to be trusted (by pressing a menu button on the upper right)

About

Repo for a talk on Jupyter nbextensions at pyParis 2017

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published