-
Notifications
You must be signed in to change notification settings - Fork 41
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
Can't seem to get the visualizations to appear #29
Comments
Hmmm that is strange. Can you post the code snippet here please. What happens if you simply run the code cell with the %%nbtutor magic? Does the visualisation just not pop up? |
Also if you can run the code cell with |
`--------------------------------------------------------------------------- /Users/hschilli/anaconda/envs/blue/lib/python2.7/site-packages/IPython/core/interactiveshell.pyc in run_cell_magic(self, magic_name, line, cell) in nbtutor(self, line, cell) /Users/hschilli/anaconda/envs/blue/lib/python2.7/site-packages/IPython/core/magic.pyc in (f, *a, **k) /Users/hschilli/anaconda/envs/blue/lib/python2.7/site-packages/nbtutor/ipython/magic.pyc in nbtutor(self, line, cell) /Users/hschilli/anaconda/envs/blue/lib/python2.7/site-packages/nbtutor/ipython/debugger.pyc in run_cell(self, cell) BdbQuit: |
I'll look into this in the morning for you. For some reason the nbtutor debugger is failing and failing back to ipython to run the cell. It could possible be the 2 space indentation (instead of 4) its not happy with. Are you able to visualize any of the examples in the repo? |
Oh! I didn't even think of that. I just tried the first cell from primitives and it works fine. Will try another one with some indenting. BTW, I did try playing with the indenting in my example but it didn't help |
the functions examples work too! |
Cool, thanks for letting me know. I will try improve this. |
In my case I was using a python2 kernel. I don't know if it happens with python3 too. My solution was: No visualization data was found for this cell. Please include the following magic at the start of the cell and run the code again %%nbtutor I hope this helps others, as I have been banging my head for some time trying to figure out what was wrong with my installation. Suggestion/Request: On the documentation, my lack of knowledge does not allow me to understand what is: frames, primitive objects, user namespace. I am sure you can rephrase those lines to make them a bit clearer. Thanks to the creator of this tool. I think it is quite handy. |
Hi, can someone help with this error "UsageError: Line magic function !jupyter nbextension enable nbtutor --py --sys-prefix %reload_ext nbtutor%%nbtutor -r -f %%ipythontutora= 1 Enabling notebook extension nbtutor/js/nbtutor.min... |
using below seems to have worked for me test_1%lsmagic # shows list of all line magics test_2 |
I can't seem to get any of the visualization show up. I think I am doing as shown in the screencast but it doesn't work. Plus I get this when I try to turn on Memory or Timeline. What am I doing wrong? Thanks.
The text was updated successfully, but these errors were encountered: