-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider supporting opening in jupyterlab #51
Comments
Funny, I have the reverse problem: mine opens in jupyterlab while I don't want that (I prefer just using chrome tabs rather than learning yet another tab switch keybind). I'm on ubuntu 16.04, what are you on @akhmerov ? Does this mean this is already solved then or is there a config file we both missed? Edit: uninstalling jupyterlab with conda ( |
Nbopen doesn't know anything about Jupyterlab specifically - I would guess that it depends on your config for lab and/or notebook how things are opened. |
Mine is opening in a new tab and I want it to open in JupyterLab, anybody knows how to do this? |
Same here, it would be great if it could open a new tab in JupyterLab, but it still opens a standard notebook in my case using the lastest version of all the packages. |
I somehow managed to get it working so that nbopen opens nbs in juypterlab. jupyter_notebook_config.py At some places notebookapp is replaced by labapp
|
I substituted the content of my nbopen.py file with the content by linuxrider and opening ipynb-files by a double click in jupyterlab worked! Since I am using chrome, not firefox, I had to keep |
If somebody manages to get this working in Windows 10, please post your setup here, thanks in advance |
I believe quite a bit of machinery should apply to jupyterlab unchanged, specifically finding the best lab server.
Now that jupyterlab has
/lab/tree
endpoint also opening the notebook (or any other file) in a new lab tab would work.The text was updated successfully, but these errors were encountered: