User:Gregor/IPython
IPython installation on openSUSE 13.2
sudo zypper install python3-IPython
Sometimes the following is missing:
sudo pip3 install jinja2
Start jupyter notebook
ipython3 notebook
Basic plotting
- Enable matplotlib mode
- %matplotlib inline
- Shift + Enter
- Making a simple plot
- Loading Matplotlib demos with %load