[jupyter] Re: Hello World Custom Widget example for jupyterlab

2019-11-01 Thread 'Aaron Watters' via Project Jupyter
Here is a basic test using the cookiecutter. I used it to verify a patch I made to the cookiecutter. https://github.com/AaronWatters/widget_cookie_cutter_test By the way I never build widgets from scratch anymore. Instead I build proxy widgets. Here is the hello world for proxy widgets:

Re: [jupyter] A modest proposal: jupyter lab should present notebooks in iframes

2019-09-06 Thread 'Aaron Watters' via Project Jupyter
destroy messages from Jupyter Lab's UI framework? > > On Thu, Sep 5, 2019 at 3:18 PM 'Aaron Watters' via Project Jupyter < > jup...@googlegroups.com > wrote: > >> For the record I put together a repository that documents animation >> anomalies that occur in

Re: [jupyter] A modest proposal: jupyter lab should present notebooks in iframes

2019-09-05 Thread 'Aaron Watters' via Project Jupyter
ications? >> >> For example, someone could write a notebook opener that would use iframes >> for isolation and would work alongside everything else in jlab. That might >> be a really interesting extension idea to explore. >> >> Thanks, >> >> Jason >

Re: [jupyter] A modest proposal: jupyter lab should present notebooks in iframes

2019-09-03 Thread 'Aaron Watters' via Project Jupyter
pyterLab repo about this where we can discuss more in detail the >> implications? >> >> For example, someone could write a notebook opener that would use iframes >> for isolation and would work alongside everything else in jlab. That might >> be a really interesting extensio

Re: [jupyter] Re: Building Jupyter visualizations using dual canvases youtube video

2018-12-03 Thread 'Aaron Watters' via Project Jupyter
> Manikandan. > > On Mon, Dec 3, 2018 at 7:52 PM 'Aaron Watters' via Project Jupyter < > jup...@googlegroups.com > wrote: > >> Thanks Tony, >> >> These are good suggestions. I added them as an issue to the jp_doodle >> repository https://github.com

[jupyter] Re: Building Jupyter visualizations using dual canvases youtube video

2018-12-03 Thread 'Aaron Watters' via Project Jupyter
Thanks Tony, These are good suggestions. I added them as an issue to the jp_doodle repository https://github.com/AaronWatters/jp_doodle/issues/5 . I think I'll have to add some new API functionality to make a meta-keystroke workable for dual canvases because right now there is no way to attach

[jupyter] Building Jupyter visualizations using dual canvases youtube video

2018-11-30 Thread 'Aaron Watters' via Project Jupyter
I just uploaded a video of a presentation I gave at the Flatiron Institute about building interactive visualizations: https://youtu.be/nyuCqlTvf0c This presentation consists of a collection of Jupyter notebooks which introduce dual canvases and how to build interactive visualizations with

[jupyter] Re: Setting kernel values through request handlers

2018-11-18 Thread 'Aaron Watters' via Project Jupyter
What is the top level "user story"? IE, what problem are you trying to solve? There may be an alternative approach to the detailed method you propose. my 2p. -- Aaron Watters On Sunday, October 21, 2018 at 10:22:29 AM UTC-4, Claude Vervoort wrote: > > Hello, > > Still new at notebooks and in

[jupyter] https://beta.observablehq.com

2018-05-14 Thread 'Aaron Watters' via Project Jupyter
Hi folks. I just stumbled into an interesting project called "Observable" by the folks who came up with D3. Looks like it may be partially inspired by Jupyter. It looks promising to me :). It would be interesting to see to what extent Jupyter kernels, for example might be used within an

[jupyter] Re: Jupyter team recognized with ACM Software System Award

2018-05-08 Thread 'Aaron Watters' via Project Jupyter
It's nice to see the deserving get recognition from time to time :) Congrats! -- Aaron Watters On Wednesday, May 2, 2018 at 9:30:54 AM UTC-4, Fernando Perez wrote: > > Hi folks, > > it is a pleasure to report to the whole IPython/Jupyter community that the > project has been recognized by

[jupyter] Good solution for sharing largish data sets?

2018-03-15 Thread 'Aaron Watters' via Project Jupyter
Hi folks, I'm interested in techniques for sharing data in scientific workflows. Tools like git/github and docker/repo2docker are great for sharing computational environments and moderate sized data, but not good for sharing (say) hundreds of gigabytes of data. What do people do? I have in

[jupyter] Re: borders and space use

2016-07-20 Thread 'Aaron Watters' via Project Jupyter
This is not perfect, but it helps: %%javascript $("#notebook-container").css("margin-left", "10px") $("#notebook-container").css("margin-right", "10px") On Wednesday, July 20, 2016 at 3:50:59 AM UTC-4, marq h wrote: > > hello jupyter > > I would like to alter the way my notebooks display, to