[jupyter] jupyter serverextenstion unescaped endpoint

2018-12-06 Thread Benjamin Bertrand
Hi, I'm trying to create a JupyterLab extension to access GitLab based on https://github.com/jupyterlab/jupyterlab-github I'm having issues with the serverextension that acts as a proxy. In GitLab, the namespaced path shall be

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

2018-12-06 Thread Paul Hobson
Arthur, If your server is running locally and in the same directory as your *.py files, you can import them like you would any other package. If they are somewhere else, you'll need to append that directory to sys.path -- e.g., import sys; sys.path.append("/path/to/previous/work.py"). Does that

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

2018-12-06 Thread Arthur Goldberg
jupyter/scipy-notebook runs a local server. how does one reference local files in python code in a notebook using jupyter/scipy-notebook? -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving

Re: [jupyter] chrome interface problems

2018-12-06 Thread a . magni
what an idiot, you're right... I defined TWO alias, jup and juplab, then after a busy weekend I promptly forgot about juplab & started using jup ... please all of you excuse me for the loss of time, and thank you! alessandro On Thursday, December 6, 2018 at 5:03:01 PM UTC+1, Jason Grout wrote:

Re: [jupyter] chrome interface problems

2018-12-06 Thread Jason Grout
Ah, I think Chris is right, then. You're not in JupyterLab, that's the View menu from the classic notebook, so you likely switched to the classic notebook interface somehow. Perhaps you can change your alias you start with to use `jupyter lab` instead of `jupyter notebook`? Jason On Thu, Dec

Re: [jupyter] chrome interface problems

2018-12-06 Thread a . magni
that's what I thought... unfortunately, my View menu currently contains just 1) Toggle header 2) Toggle toolbar 3) Toggle linenumbers 4) Cell toolbar, and none of these work. I'm on Linux/Chrome, and the shortcuts you suggested (or some variations of them) dont work (just ctrl+shift+d gives me a

Re: [jupyter] chrome interface problems

2018-12-06 Thread Jason Grout
It does indeed sound like you switched to single-document mode. Control Shift Enter does not switch single-document mode anymore (people were accidentally triggering the mode too much). Now you'll need to switch out of it using the View menu, or the shortcut shown there (Shift Command D or

Re: [jupyter] Re: Jupyter not running 'source' after opening from Anaconda exe

2018-12-06 Thread Damián Avila
Quick correction, the package allowing to change kernels is nb_conda_kernels, and there were some changes lately addressing the activation issue (thanks to Michael Grant): https://github.com/Anaconda-Platform/nb_conda_kernels#220 (PR for the interested:

Re: [jupyter] chrome interface problems

2018-12-06 Thread Chris Holdgraf
Do you have an image of how the interface looked before stuff disappeared? Or how you 'expect' it to look? Maybe that'll help debug On Thu, Dec 6, 2018 at 9:46 AM wrote: > thank you for the idea! > But I dont think so, I start it with the alias > alias jup='cd /0ale;jupyter notebook

Re: [jupyter] Setting prompt width in jupyter with nikola

2018-12-06 Thread Damián Avila
Hi, You probably need to customize the css in the Nikola theme... for instance, in my blog, I have these customizations: https://github.com/damianavila/damian_blog/blob/master/themes/zen-ipython/assets/css/nikola_ipython.css#L16 Hope it helps! El jue., 9 ago. 2018 a las 7:00, Maciej Paśnikowski

Re: [jupyter] chrome interface problems

2018-12-06 Thread a . magni
thank you for the idea! But I dont think so, I start it with the alias alias jup='cd /0ale;jupyter notebook --allow-root' and here's the output: [root@lambda ~]# jup [I 09:10:03.860 NotebookApp] JupyterLab extension loaded from /usr/lib/python2.7/site-packages/jupyterlab [I 09:10:03.860

Re: [jupyter] chrome interface problems

2018-12-06 Thread Chris Holdgraf
Hello! I you mention a sidebar - perhaps you were running "JupyterLab" before, and switched to the "Jupyter Notebook" interface accidentally? Try replacing everything after the "" with "lab". On Thu, Dec 6, 2018 at 3:28 AM wrote: > Sorry, I'm a newbie with Jupyter (on chrome, Linux), > but

Re: [jupyter] InlineBackend settings that affect the notebook but not qtconsole?

2018-12-06 Thread Matthias Geier
On Wed, Dec 5, 2018 at 12:09 PM MinRK wrote: > > The kernel is never told that it has been started by a notebook (indeed, a > kernel can have a console and notebook connected to it at the same time), I'm aware that a kernel can have multiple Jupyter clients connected at the same time, but I was