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] 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] 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