Extension:NotebookViewer

Category:Unmaintained extensions#NotebookViewer Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:Extensions without a compatibility policyCategory:MIT licensed extensions
MediaWiki extensions manual
NotebookViewer
Release status: unmaintainedCategory:Unmaintained extensions
Description Jupyter notebooks in MediaWiki
Author(s) YuviPandatalk
Latest version 0.0.1
MediaWiki >= 1.40.0
Database changes No
License MIT License
Download Category:Extensions in Wikimedia version control
Quarterly downloads 2 (Ranked 114th)
Translate the NotebookViewer extension if it is available at translatewiki.net
Category:All extensions

The NotebookViewer extension renders Jupyter Notebooks (formerly known as iPython Notebooks) within MediaWiki.

Installation

  • Download and move the extracted NotebookViewer folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/NotebookViewer
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'NotebookViewer' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.


Vagrant installation:

  • If using Vagrant , install with vagrant roles enable notebook --provision
Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions with invalid or missing type Category:Extensions without a compatibility policy Category:Extensions without an image Category:MIT licensed extensions Category:Unmaintained extensions