JupyterLab: the next generation of the Jupyter Notebook
blog.jupyter.org
JupyterLab: the next generation of the Jupyter Notebook
1–10 of 119 posts
Re: JupyterLab: the next generation of the Jupyter Notebook
#2Re: JupyterLab: the next generation of the Jupyter Notebook
#3So RStudio in a browser? Jokes aside, this looks great. The biggest frustration I've had with the notebooks is the organization of code. Nice to see that become a bit more compartmentalized from the execution window.
Re: JupyterLab: the next generation of the Jupyter Notebook
#4Re: JupyterLab: the next generation of the Jupyter Notebook
#5I'm not sure I like where that design is going. It's starting to look an awful lot like RStudio and Matlab and I moved away from those tools for a reason. My favourite thing about Jupyter is that it is focused on notebooks and narrative. It brought about a revolution of sorts; now we have people blogging and writing papers in Jupyter, github is full of random useful notebooks.
This design almost seems like a step backwards in that regard.
Re: JupyterLab: the next generation of the Jupyter Notebook
#6There's of course value in being able to share notebooks and view them in browsers, I'd just prefer a more native experience when editing them. Maybe an extension for Visual Studio Code would be a good idea?
Re: JupyterLab: the next generation of the Jupyter Notebook
#7So RStudio in a browser? Jokes aside, this looks great. The biggest frustration I've had with the notebooks is the organization of code. Nice to see that become a bit more compartmentalized from the execution window.
Re: JupyterLab: the next generation of the Jupyter Notebook
#8I love Jupyter notebooks, I just wish I could use them in a dedicated program instead of having to run a server and using a browser based client. It feels hacky and I just prefer native apps for coding and the browser for reading documentation and similar. Even an Electron based program that could be associated with notebook files and hide the server-client model would make it nicer to use. At the moment I like to op…
Re: JupyterLab: the next generation of the Jupyter Notebook
#9Re: JupyterLab: the next generation of the Jupyter Notebook
#10Things like turning off autocomplete and limiting jupyter's ability to freeze my browser after an accidental infininte loop would go miles for me. These days I've just gone back into vim..