Issue
I'm trying to run the following few lines with ipython (3.5 version):
import sys
from init_mooc_nb import *
init_notebook()
I would like some help to figure out what is the error (see below).
Thank you in advance.
Solution
It is possible that this is part of an ipython notebook and needs to be run in ipython notebook... (use e.g. jupyter notebook
or ipython -notebook
from command line to start it...)
Answered By - ntg
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.