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

2018-12-03 Thread Chris Holdgraf
There's also the jupyterhub discourse channel pilot! discourse.jupyter.org Sent from my phone, apologies for the curtness and type-os On Mon, Dec 3, 2018, 3:21 PM 'Aaron Watters' via Project Jupyter < jupyter@googlegroups.com wrote: > Manikandan: This thread is not the right place to ask a

Re: [jupyter] Re: Javascript Extension to enable arbitrary control of JupyterLab

2018-12-03 Thread Brian Granger
I agree with Grant that the preferred way of doing this would be to use the JupyterLab command system. You could write a mime renderer that takes JSON data and runs corresponding command. Then you don't have to send it JavaScript code over the wire. On Fri, Nov 30, 2018 at 9:17 AM Grant Nestor

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

2018-12-03 Thread 'Aaron Watters' via Project Jupyter
Manikandan: This thread is not the right place to ask a question about jupyterhub Please either - ask on the gitter channel for jupyterhub: https://gitter.im/jupyterhub/jupyterhub, or - maybe create an issue on the jupyterhub repository: https://github.com/jupyterhub/jupyterhub Thanks! --

Re: [jupyter] Jupyterlab extension: Is there a javascript api for writing content to file?

2018-12-03 Thread Chen Wang
Ohh thank you!! On Monday, December 3, 2018 at 1:48:31 PM UTC-6, Tim Paine wrote: > > I do that here: > > https://github.com/timkpaine/jupyterlab_templates/blob/master/src/index.ts#L126 > > On Dec 3, 2018, at 14:46, Chen Wang > > wrote: > > So far I found this ContentsManager from

Re: [jupyter] Jupyterlab extension: Is there a javascript api for writing content to file?

2018-12-03 Thread Tim Paine
I do that here: https://github.com/timkpaine/jupyterlab_templates/blob/master/src/index.ts#L126 > On Dec 3, 2018, at 14:46, Chen Wang wrote: > > So far I found this ContentsManager from @jupyterlab/services. But it seems > to only be able to create an empty file (newUntitled method) as well as

[jupyter] Jupyterlab extension: Is there a javascript api for writing content to file?

2018-12-03 Thread Chen Wang
So far I found this ContentsManager from @jupyterlab/services. But it seems to only be able to create an empty file (newUntitled method) as well as changing its filename (rename method). I'm writing a jupyterlab extension. I want something that I can use not only create a new empty file but

[jupyter] Jupyterhub - Offline installation

2018-12-03 Thread Mani kandan
Hi Everyone, Greetings!! I am currently working on a project which requires Jupyter hub installation on Linux Redhat 7.5. Problem is that I don't have internet access from Linux server due to security reasons. I searched in google for almost 2 weeks. I could find a proper document for

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

2018-12-03 Thread Manikandan
Hi Everyone, Greetings!! I am currently working on a project which requires Jupyter hub installation on Linux Redhat 7.5. Problem is that I don't have internet access from Linux server due to security reasons. I searched in google for almost 2 weeks. I could find a proper document for offline

[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

Re: [jupyter] Translating a Jupyter Notebook tutorial into Spanish

2018-12-03 Thread Damián Avila
Just wanted to say a very big Thank You for this effort! It is super important for all the Spanish speaking communities around the world. Cheers! El vie., 9 nov. 2018 a las 18:08, Rayna Harris () escribió: > Hi Jupyter Notebook users and fans, > > A group of Data Carpentry volunteers are