-
Notifications
You must be signed in to change notification settings - Fork 15
Zaki Mughal [sivoais] edited this page Mar 6, 2015
·
2 revisions
-
My notebook is not working!
You might want to try each of these in order:
-
Removing the Perl IPython profile:
rm -Rfv ~/.ipython/profile_perl
-
Reinstalling the IPython notebook:
sudo pip uninstall "ipython[notebook]" sudo pip install "ipython[notebook]" --upgrade
If either of those don't fix the problem, feel free to create an issue! Be sure to include the version of IPython you have installed (by running
ipython --version
) and any output that you think is relevant. We need to know about problems like these! -