Jupyter Notebook 7
blog.jupyter.org
Jupyter Notebook 7
1–10 of 118 posts
Re: Jupyter Notebook 7
#2People told me to use extensions but none of them really actually work, including the installation process.
Re: Jupyter Notebook 7
#3My problem with vanilla jupyter notebook is that they hide every settings from you. Look at those 4:3 ratio dead zones on two sides, who would have thought that you can edit the css or javascript preference to increase your screen real estate? People told me to use extensions but none of them really actually work, including the installation process.
Jupyter has a habit of breaking extensions on version upgrades. jupyterlab 3 -> 4 is a good example of this. Maintainers have to modify their metadata and then run a script. While this is trivial, maintainers have to be aware of the version upgrade, find time to do the upgrade, test, and then deploy. It’s really frustrating being a version behind because of extensions you need.
Re: Jupyter Notebook 7
#4Are they though? Does anyone actually use JupyterLab by choice?
From what I've seen people love Jupyter Notebook but find JupyterLab misses the mark (and this is certainly my experience).
Re: Jupyter Notebook 7
#5My problem with vanilla jupyter notebook is that they hide every settings from you. Look at those 4:3 ratio dead zones on two sides, who would have thought that you can edit the css or javascript preference to increase your screen real estate? People told me to use extensions but none of them really actually work, including the installation process.
Good thing they are using one side to put a debugger in (shown in the screenshot)
Re: Jupyter Notebook 7
#6But even though VS code has poor support for notebook shortcuts (half the time a cell is in focus “the wrong way” so you can’t use ‘b’ to create a new cell) I find the convenience of just clicking a notebook file and see it rendered too much.
Regardless I am happy to see they have revived the project and am eager to check out the new release!
Re: Jupyter Notebook 7
#7> Both Jupyter Notebook and JupyterLab are widely used across data science, machine learning, computational research, and education. Are they though? Does anyone actually use JupyterLab by choice? From what I've seen people love Jupyter Notebook but find JupyterLab misses the mark (and this is certainly my experience).
Re: Jupyter Notebook 7
#8> Both Jupyter Notebook and JupyterLab are widely used across data science, machine learning, computational research, and education. Are they though? Does anyone actually use JupyterLab by choice? From what I've seen people love Jupyter Notebook but find JupyterLab misses the mark (and this is certainly my experience).
Re: Jupyter Notebook 7
#9> Both Jupyter Notebook and JupyterLab are widely used across data science, machine learning, computational research, and education. Are they though? Does anyone actually use JupyterLab by choice? From what I've seen people love Jupyter Notebook but find JupyterLab misses the mark (and this is certainly my experience).
Would you mind sharing the areas where you feel lab falls short and where notebook does it better?
I want to give notebooks a try.
Re: Jupyter Notebook 7
#10> Both Jupyter Notebook and JupyterLab are widely used across data science, machine learning, computational research, and education. Are they though? Does anyone actually use JupyterLab by choice? From what I've seen people love Jupyter Notebook but find JupyterLab misses the mark (and this is certainly my experience).
I always thought people only still used vanilla notebooks because that's what people say they use, e.g. "I work with Jupyter notebooks" (even though that may well be in JupyterLab). So most regular users wouldn't necessarily know about JupyterLab.