Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 319 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 319 Bytes

SwanKernelEnv

Ipython kernel extension to remove SWAN extra configurations from the user environment.

Requirements

  • ipykernel

Install

pip install swankernelenv

Usage

Set the following in ipython_kernel_config.py:

c.InteractiveShellApp.extensions.append('swankernelenv')