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

Magic Command Does Nothing #121

Closed
thejohnhoffer opened this issue Mar 5, 2017 · 3 comments
Closed

Magic Command Does Nothing #121

thejohnhoffer opened this issue Mar 5, 2017 · 3 comments
Milestone

Comments

@thejohnhoffer
Copy link

Hi. The %load command does nothing for v5.1.0 on MacOS

hoffbuch:2017 John$ jupyter-console
Jupyter console 5.1.0

Python 3.6.0 (default, Jan 13 2017, 20:42:53)
Type "copyright", "credits" or "license" for more information.

IPython 5.3.0 -- An enhanced Interactive Python.
...

In [1]: import cv2

In [2]: %load 1

In [3]:      
@thejohnhoffer
Copy link
Author

For comparison:

hoffbuch:2017 John$ ipython
Python 3.6.0 (default, Jan 13 2017, 20:42:53)
Type "copyright", "credits" or "license" for more information.

IPython 5.3.0 -- An enhanced Interactive Python.
...

In [1]: import cv2

In [2]: %load 1

In [3]: # %load 1
   ...: import cv2

takluyver added a commit to takluyver/jupyter_console that referenced this issue Mar 15, 2017
See jupytergh-121 (I'm not yet sure if this fixes it)
@takluyver
Copy link
Member

Can you see if #123 fixes it?

@takluyver takluyver added this to the 5.2 milestone Aug 8, 2017
@takluyver
Copy link
Member

I'm assuming that this is fixed by #123. That will be in jupyter_console 5.2. Let me know if the issue still occurs with a version newer than that (or in master).

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

No branches or pull requests

2 participants