Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ipython2 will not open ipynb in example directory #5518

Closed
pleabargain opened this issue Apr 4, 2014 · 1 comment · Fixed by #5527
Closed

Ipython2 will not open ipynb in example directory #5518

pleabargain opened this issue Apr 4, 2014 · 1 comment · Fixed by #5527
Milestone

Comments

@pleabargain
Copy link

env: linux mint 15
Python 3.3.1
(initially I thought this was an ipython error, now I'm beginning to think it has more to do with GIT, please read on.

I pulled today
233 cd ipython
234 sudo git pull

installed
235 sudo python3.3 setup.py install
236 git submodule update
237 sudo git submodule update
238 sudo python3.3 setup.py install

and opened notebook
239 cd ~/Dropbox/python/ipynb/ <<< where I keep my ipynb
240 ipython3 notebook

I browsed to the examples dir for widegets and got a message that Ipython will not open files other than ipynb. I double checked that the widget ex. are ipynb and tried again. No joy.

see video for full details
http://youtu.be/6m53i5PvRR0

(I searched first
https://github.com/ipython/ipython/search?q=cannot+open+ipynb&ref=cmdform&type=Issues
I didn't find any other mentions of same)

on further reflection though, I checked my update process and version of Ipython

241 history
dennis@dgd ~/Dropbox/python/ipynb $ python3
python3 python3.3-config python3.3m-config
python3.3 python3.3m python3m
dennis@dgd ~/Dropbox/python/ipynb $ python3.3 --version
Python 3.3.1
dennis@dgd ~/Dropbox/python/ipynb $ ipython3 --version
2.0.0-dev<<<< <<<this can't be correct/ it should be 3 (as I'm pulling from git).

I thought that maybe it's versioning system on git/ after you update to 2 you need to update again get 3.0dev but that is not the case

dennis@dgd ~/ipython $ sudo git pull
[sudo] password for dennis:
Already up-to-date.<<<<<<<<<

So, is this a git issue? User error? Probably..., but this has always worked in the past.

Please assist.

thank you
Dennis

@jdfreder
Copy link
Member

jdfreder commented Apr 4, 2014

Hey Dennis,

Thanks for reporting this. I can't replicate the .ipynb error shown in the video, but I can replicate the upload feature failure. I'm looking into this right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants