jp_doodle icon indicating copy to clipboard operation
jp_doodle copied to clipboard

Tools for drawing 2d and 3d interactive visualizations using Jupyter proxy widgets

Results 7 jp_doodle issues
Sort by recently updated
recently updated
newest added

I would like to develop a relatively simple interactive interface that can be accessed without any code or editor from jupyter. Ideally, just by running a python script from the...

Been tinkering again... here's another possible `misc` example - [flowchart.js](https://github.com/adrai/flowchart.js) ```python import jp_proxy_widget fcode = ''' st=>start: Start|past:>http://www.google.com[blank] e=>end: End|future:>http://www.google.com op1=>operation: My Operation|past op2=>operation: Stuff|current sub1=>subroutine: My Subroutine|invalid cond=>condition: Yes...

copied from jupyter google group: Interesting.. So the idea is that you can build an interactive in the first tab/canvas panel, then grab a snapshot of it that appears in...

https://github.com/umdjs/umd https://github.com/umdjs/umd/blob/master/templates/jqueryPlugin.js

Export to static javascript form for example for inclusion here https://python-graph-gallery.com/

rework demos to use jquery shim and requirejs https://github.com/requirejs/example-jquery-shim

Figure out how to use d3-force for graph layouts in jp_doodle context https://github.com/d3/d3-force/blob/master/README.md#forceLink