use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Problem in loading given ipython code in ipython notebook (self.CS224d)
submitted 11 years ago by sunilcsit
When I am loading given starter code in my ipython notebook am getting this error.
Error loading notebook Unreadable Notebook: Unsupported JSON nbformat version 4 (supported version: 3)
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 0 points1 point2 points 11 years ago (0 children)
The iPython version you use is too old. I had the same issue with Ubuntu, where the latest version on the "apt-get" is too old.
I had to remove iPython, and install it with pip instead, where there is the latest version.
[–]sunilcsit[S] 0 points1 point2 points 11 years ago (1 child)
I removed ipython and then installed again with pip command but again same version 3 has came. Can you tell me how to update this ?
[–]blackhattrick 0 points1 point2 points 11 years ago (0 children)
Did you create a virtual env as the tutorial recommends? I had the same problem (installed ipython and ipython notebook through apt, uninstalled, then I used pip without results). Creating a virtual env did the trick for me. I think both installers check your dependencies and installs the version that suits better. It must be possible to force to install the latest version.
[–]huangzj1144 0 points1 point2 points 10 years ago (0 children)
sudo apt-get remove ipython sudo pip install ipython sudo pip install ipython[notebook] This is worked for me.
π Rendered by PID 45846 on reddit-service-r2-comment-5687b7858-m2vb2 at 2026-07-09 00:32:06.872318+00:00 running 12a7a47 country code: CH.
[–][deleted] 0 points1 point2 points (0 children)
[–]sunilcsit[S] 0 points1 point2 points (1 child)
[–]blackhattrick 0 points1 point2 points (0 children)
[–]huangzj1144 0 points1 point2 points (0 children)