[IPython-dev] Url routes for individual cells
Paddy Mullen
paddy at paddymullen.com
Thu Aug 7 11:17:53 EDT 2014
I would like to be able to "pop out" analysis cells into separate windows.
It would be useful if each cell could get it's own url route.
with routes like
http://localhost:8888/notebooks/analysis.ipynb
<http://rx1-qat-stc.global.tudor.com:8888/notebooks/Tap_pl_historgram-Copy0.ipynb>
/cells/23
implementing the pop out feature would be easy.
I think it would help to have a concept of visual cell number vs executed
cell number. I don't think the notebook has this right now. It would be
annoying to have to pop out a new window every time you re execute the
original code cell.
I saw this pull request, it's not clear if this is doing something similar
https://github.com/ipython/ipython/pull/6148 IFrames in all places.
Any thoughts on this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140807/81510d02/attachment.html>
More information about the IPython-dev
mailing list