Changes between Initial Version and Version 1 of JupyterNotebookPlugin


Ignore:
Timestamp:
Jun 12, 2016, 7:51:13 AM (8 years ago)
Author:
tkob-trac
Comment:

New hack JupyterNotebookPlugin, created by tkob-trac

Legend:

Unmodified
Added
Removed
Modified
  • JupyterNotebookPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Jupyter Notebook Preview Plugin
     4
     5== Description
     6
     7This is a preview plugin for Jupyter Notebook (a.k.a. IPython Notebook).
     8
     9It can render Jupyter Notebook files in the repository browser.
     10
     11== !Bugs/Feature Requests
     12
     13Existing bugs and feature requests for JupyterNotebookPlugin are
     14[report:9?COMPONENT=JupyterNotebookPlugin here].
     15
     16If you have any issues, create a
     17[/newticket?component=JupyterNotebookPlugin new ticket].
     18
     19[[TicketQuery(component=JupyterNotebookPlugin&group=type,format=progress)]]
     20
     21== Download
     22
     23Download the zipped source from [export:jupyternotebookplugin here].
     24
     25== Source
     26
     27You can check out JupyterNotebookPlugin from [/svn/jupyternotebookplugin here] using Subversion, or [source:jupyternotebookplugin browse the source] with Trac.
     28
     29== Installation
     30
     31General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     32
     33This plugin requires ipython, nbformat and nbconvert packages. To install them with pip:
     34
     35{{{
     36pip install ipython
     37pip install nbformat
     38pip install nbconvert
     39}}}
     40
     41Add `application/x-ipynb+json:ipynb` to mime_map in your trac.ini like:
     42
     43{{{
     44[mimeviewer]
     45mime_map = text/x-dylan:dylan, text/x-idl:ice, text/x-ada:ads:adb, application/x-ipynb+json:ipynb
     46}}}
     47
     48
     49== Recent Changes
     50
     51[[ChangeLog(jupyternotebookplugin, 3)]]
     52
     53== !Author/Contributors
     54
     55**Author:** [wiki:tkob-trac] [[BR]]
     56**Maintainer:** [[Maintainer]] [[BR]]
     57**Contributors:**