Metadata-Version: 2.1
Name: swankernelenv
Version: 1.0.0
Summary: Ipython kernel extension to remove SWAN extra configurations from the user environment
Home-page: https://github.com/swan-cern/jupyter-extensions
Author: SWAN Admins
License: AGPL-3.0
Description: # SwanKernelEnv
        
        Ipython kernel extension to remove SWAN extra configurations from the user environment. 
        
        
        ## Requirements
        
        * ipykernel
        
        ## Install
        
        ```bash
        pip install swankernelenv
        ```
        
        ## Usage
        
        Set the following in `ipython_kernel_config.py`:
        
        ```python
        c.InteractiveShellApp.extensions.append('swankernelenv')
        ```
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
