Metadata-Version: 1.1
Name: nbsafety
Version: 0.0.10
Summary: Fearless interactivity for Jupyter notebooks.
Home-page: https://github.com/runtime-jupyter-safety/nbsafety
Author: Stephen Macke, Ray Gong
Author-email: stephen.macke@gmail.com
License: BSD-3-Clause
Description: nbsafety
        ========
        
        <a href="https://github.com/runtime-jupyter-safety/nbsafety/actions"><img src="https://github.com/runtime-jupyter-safety/nbsafety/workflows/master/badge.svg" align="center" /></a>
        <a href="https://opensource.org/licenses/BSD-3-Clause"><img src="https://img.shields.io/badge/License-BSD3-maroon.svg" alt="License: BSD3" align="center" /></a>
        <a href="https://pypi.org/project/nbsafety/"><img src="https://img.shields.io/pypi/v/nbsafety.svg" align="center" /></a>
        <img src="https://img.shields.io/pypi/pyversions/nbsafety.svg" align="center" />
        
        Install
        -------
        To install, grab the package and install the Jupyter KernelSpec as follows:
        ```
        pip install nbsafety
        ```
        
        Running
        -------
        
        Because `nbsafety` is implemented as a custom Jupyter kernel, it works for
        both Jupyter notebooks and JupyterLab.
        To run an `nbsafety` kernel, select "Python 3 (nbsafety)" from the list
        of notebook types in Jupyter's "New" dropdown dialogue:
        
        ![](img/nbsafety-notebook.png)
        
        For JupyterLab, similarly select "Python 3 (nbsafety)" from the list
        of available kernels in the Launcher tab:
        
        ![](img/nbsafety-lab.png)
        
        Uninstall
        ---------
        In addition to `pip uninstall nbsafety`, it is also necessary
        to deregister the kernel from Jupyter for a full uninstall:
        ```
        jupyter kernelspec uninstall nbsafety
        ```
        
        License
        -------
        Code in this project licensed under the [BSD-3-Clause License](https://opensource.org/licenses/BSD-3-Clause).
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
