Metadata-Version: 2.1
Name: swannotebookviewer
Version: 1.1.0
Summary: Extension that provides a Jupyter Notebook viewer as an endpoint
Home-page: https://github.com/swan-cern/jupyter-extensions
Author: SWAN Admins
License: AGPL-3.0
Description: # SwanNotebookViewer
        
        Extension that provides a Jupyter Notebook viewer as an endpoint
        
        ## Requirements
        
        * notebook
        * nbconvert
        
        ## Install
        
        ```bash
        pip install swannotebookviewer
        ```
        
        This extension requires a template file `notebook_view.html`, just like the one available in the SwanJupyterTemplates module.
        
        ## Usage
        
        Configure the server extension to load when the notebook server starts
        
        ```bash
         jupyter serverextension enable --py --user swannotebookviewer
        ```
        
        Notebooks opened in Jupyter have the following type of url: `http://localhost:8888/notebooks/Untitled.ipynb`.
        Opening instead the url `http://localhost:8888/notebook/Untitled.ipynb` will open in read-only mode (notice the difference between "notebookS" and "notebook").
Keywords: Jupyter,Notebooks,SWAN,CERN
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Framework :: Jupyter
Description-Content-Type: text/markdown
