Skip to content

bsvh/jupyter_extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jupyter_extensions

This repository contains my extensions written for Jupyter and IPython.

IPython

scienceimports

Adds an IPython magic command to simplify writing command imports for scientific programming in python. For example, typing the following into ipython/qtconsole/jupyter-notebook

%scimp mpl, np, nl, pd

will result in the following code

import matplotlib as mpl
from matplotlib import pyplot as plt

import pandas as pd

For more information, and to see the list of supported shortcuts, type %scimp help into your ipython shell after installing the extension.

About

My Jupyter/IPython extensions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages