Peter Parente
Peter Parente
Turn the search dialog into an "omnibox" that not only searches, but can directly download notebooks from a URLs, gists, github repos into the local notebook server working directory. Greatly...
Indexing can take time when there are many files on disk in the notebook directory. We should try to make the indexing / search handlers non-blocking.
Tests!
We have tests for the backend components. We have a way to test the frontend too (see dashboards / declarative widgets). Let's get something going as a safety net at...
It looks like this project hasn't been touched in a while. Would you like help maintaining it? I mean merging the handful of PRs here, helping @amitu do a pypi...
This isn't anything critical, but I figured I'd report it at least. Compare the effect click-and-drag has on the original Learning WebGL demo with PhiloGL: http://learningwebgl.com/lessons/lesson11/index.html http://senchalabs.github.com/philogl/PhiloGL/examples/lessons/11/ 1) Rotate the...
Members of the Jupyter community need to know where dashboard capability in Jupyter is headed so that they can plan appropriately. Can we put our heads together and make a...
1. Make clearer what libraries are known to work with dashboard server at the moment in a one-click fashion. (They're in the README, but a bit buried.) 3. Explain the...
Backfill a test for #292 to make sure it doesn't regress over time.
Spotted during #196 There's two custom headers sent by the client when requesting a kernel. One contains a client-generated session ID and the other the path of the associated dashboard-notebook....