[jupyter] Re: Access local files from jupyter/scipy-notebook

2018-12-07 Thread Roland Weber
If you mean data files, just use an absolute path to the file location. But the user ID which is running the kernel will need to have access to that path and file. cheers, Roland -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To

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

2018-12-07 Thread Florian Wetschoreck
Thank you for your comment, too, Brian! I might get back to this, when I am thinking about how to exactly implement this. Best regards, Florian Am Montag, 3. Dezember 2018 21:21:02 UTC+1 schrieb ellisonbg: > > I agree with Grant that the preferred way of doing this would be to use > the

Re: [jupyter] Re: set_next_input() and execute next input from Python

2018-12-07 Thread Florian Wetschoreck
Thank you for your answer! I am also thinking about a jupyterlab plugin which enables the communication with the Kernel. However, I am unsure on how to exactly "trigger" the custom plugin. So, imagine, I have a Python script. And when I run this script or a line of Python (maybe the script is

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

2018-12-07 Thread Florian Wetschoreck
Hi Grant, thank you for your elaborate answer! jyve looks exactly like what I was thinking about. Best regards, Florian Am Freitag, 30. November 2018 18:17:50 UTC+1 schrieb Grant Nestor: > > Hi Florian, > > This certainly was one nice thing about classic notebook: the global > `jupyter`