-
Notifications
You must be signed in to change notification settings - Fork 334
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
Plots are a bit constrained #3
Comments
On a separate note (and not the fault of Hydrogen), matplotlib should still by default respond with rich output if it can for all frontends. 😫 |
Hmm, it's weird that it placed that bubble there. It should have been placed at the end of the selected area (by I found that limiting the size of the bubbles was necessary to keep large images/videos/stacktraces from filling the entire screen — any clever ideas about a better solution? |
The way I was going to lay it out was with a separate pane or tab that can be moved around (the way Atom script was initially created). It would be nice to be able to dock it. One flow that I've considered is a swipable collection of outputs though I really like the output next to run line UI. |
Yeah, I've been playing around with designs for throwing the output into a I will be adding support for opening multiline results in a new Editor On Mon, May 18, 2015 at 1:13 PM Kyle Kelley notifications@github.com
|
At least for me, I'm going to want a pane so that I can interact with widgets, Bokeh plots, etc. There's always the option of making alternative UIs (in separate packages), but sharing common components. Beyond just the Jupyter stuff, some of the code I looked over in Hydrogen is the same stuff we had to do in atom script for contextual running of code (selection, whole file, temp file). Making a Jupyter package for Atom has been high on my list to break away from the script package, so I'm super excited you've gotten this going. |
I don't think this particular bug is happening any more, so I'll close the issue. Still thinking about ways to build a good two-pane experience though. |
Ah, I see what's going on. The kernel is sending two separate messages, an |
Closed by 6592b3b |
The text was updated successfully, but these errors were encountered: