Changes between Version 1 and Version 2 of JupyterNotebookPlugin


Ignore:
Timestamp:
Mar 24, 2017, 4:26:17 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Add syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • JupyterNotebookPlugin

    v1 v2  
    3333This plugin requires ipython, nbformat and nbconvert packages. To install them with pip:
    3434
    35 {{{
    36 pip install ipython
    37 pip install nbformat
    38 pip install nbconvert
     35{{{#!sh
     36$ pip install ipython
     37$ pip install nbformat
     38$ pip install nbconvert
    3939}}}
    4040
    41 Add `application/x-ipynb+json:ipynb` to mime_map in your trac.ini like:
     41Add `application/x-ipynb+json:ipynb` to `mime_map` in your trac.ini like:
    4242
    43 {{{
     43{{{#!ini
    4444[mimeviewer]
    4545mime_map = text/x-dylan:dylan, text/x-idl:ice, text/x-ada:ads:adb, application/x-ipynb+json:ipynb