mirror of
https://github.com/vale981/dotfiles
synced 2025-03-05 09:31:43 -05:00
add ipython to dotfiles
This commit is contained in:
parent
81985f2c41
commit
461b8f9f6e
3 changed files with 11 additions and 0 deletions
2
dots/ipython/.link
Normal file
2
dots/ipython/.link
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
TASKNAME="Configure Ipython"
|
||||||
|
LINKTO=".ipython/profile_default/startup"
|
7
dots/ipython/00-matplotlib.ipy
Normal file
7
dots/ipython/00-matplotlib.ipy
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
try:
|
||||||
|
%config InlineBackend.figure_formats = ['svg']
|
||||||
|
%matplotlib inline
|
||||||
|
import matplotlib.pyplot as plt
|
||||||
|
plt.style.use('ggplot')
|
||||||
|
except Exception:
|
||||||
|
pass
|
2
dots/ipython/01-autoreload.ipy
Normal file
2
dots/ipython/01-autoreload.ipy
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
%load_ext autoreload
|
||||||
|
%autoreload 2
|
Loading…
Add table
Reference in a new issue