Updated imports to use nondeprecated libraries

This commit is contained in:
Roger Labbe 2016-04-23 04:29:31 -07:00
parent e34c916de5
commit dafb047c4c
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
ipython merge_book.py
ipython nbconvert --to latex --template book book.ipynb
jupyter nbconvert --to latex --template book book.ipynb
ipython to_pdf.py
move /Y book.pdf ../Kalman_and_Bayesian_Filters_in_Python.pdf

View File

@ -1,6 +1,6 @@
from __future__ import print_function
import io
import IPython.nbformat as nbformat
import nbformat
import sys