TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Jupyter Notebook 7

220 pointsby afshinalmost 2 years ago

17 comments

smclalmost 2 years ago
Man Open Source software should not post announcements like this using a blogging platform that nags you to pay to view posts. Like it's possible to dismiss the prompt and view the post (for now at least) but something about that definitely feels off.
评论 #36893146 未加载
评论 #36892028 未加载
评论 #36894058 未加载
评论 #36892895 未加载
nlalmost 2 years ago
&gt; Both Jupyter Notebook and JupyterLab are widely used across data science, machine learning, computational research, and education.<p>Are they though? Does anyone actually use JupyterLab by choice?<p>From what I&#x27;ve seen people love Jupyter Notebook but find JupyterLab misses the mark (and this is certainly my experience).
评论 #36889319 未加载
评论 #36892089 未加载
评论 #36889442 未加载
评论 #36889198 未加载
评论 #36890508 未加载
评论 #36891728 未加载
评论 #36889179 未加载
评论 #36890633 未加载
评论 #36889485 未加载
评论 #36892224 未加载
评论 #36888987 未加载
评论 #36889105 未加载
评论 #36891265 未加载
评论 #36889295 未加载
评论 #36888978 未加载
d33almost 2 years ago
Timely! I just deployed it on our company server. There&#x27;s a hidden gem that&#x27;s not enabled by default and really helps when pair programming in Jupyter:<p><a href="https:&#x2F;&#x2F;jupyterlab.readthedocs.io&#x2F;en&#x2F;stable&#x2F;user&#x2F;rtc.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;jupyterlab.readthedocs.io&#x2F;en&#x2F;stable&#x2F;user&#x2F;rtc.html</a><p>Here&#x27;s a Dockerfile that enables it:<p><pre><code> FROM jupyter&#x2F;scipy-notebook:2023-07-25 RUN pip install jupyter-collaboration ENV DOCKER_STACKS_JUPYTER_CMD=&quot;lab --collaborative&quot; </code></pre> Usage:<p><pre><code> docker build . -t jupyter-collaboration &amp;&amp; docker run -p 10000:8888 jupyter-collaboration </code></pre> The only missing would be having more than one cursor and some convenient way to start and attach remote servers, e.g. over AWS...
评论 #36893243 未加载
staredalmost 2 years ago
I am curious how do you use Jupyter?<p>For me, it used to be Jupyter Notebook. For reasons I cannot pinpoint, I never got convinced to JupyterLab. Sometimes I use Google Colab, primarily for sharing and using GPU for deep learning. Now, when I run it locally, I do it in Visual Studio Code (<a href="https:&#x2F;&#x2F;code.visualstudio.com&#x2F;docs&#x2F;datascience&#x2F;jupyter-notebooks" rel="nofollow noreferrer">https:&#x2F;&#x2F;code.visualstudio.com&#x2F;docs&#x2F;datascience&#x2F;jupyter-noteb...</a>), since I don&#x27;t need to jump back and forth between it and the rest of the code.
评论 #36893111 未加载
评论 #36895329 未加载
评论 #36893080 未加载
评论 #36898201 未加载
kaspersetalmost 2 years ago
Used to like notebooks but it becomes messy if not checked. I think they are good for some use cases such as short analysis. Switched back to file and folder organization along with Make file. Tedious yes but prevents me from messing my analysis from ad-hoc variables or calculation. Having said that, notebooks are good way to experiment.
akasakahakadaalmost 2 years ago
My 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?<p>People told me to use extensions but none of them really actually work, including the installation process.
评论 #36888339 未加载
评论 #36888941 未加载
评论 #36890999 未加载
zeitlupealmost 2 years ago
I thought Jupyter Notebook has been superseded by Jupyter Lab. What reason is there to prefer Jupyter Notebook over Jupyter Lab?
评论 #36892147 未加载
nullcipheralmost 2 years ago
I thought Notebook is getting deprecated. What is the difference between Jupyter Lab and Jupyter Notebook ? Are these developed by two completely different teams? Why maintain two code bases?
评论 #36890320 未加载
kltpacxalmost 2 years ago
I have never understood the appeal of this. You can generate good looking presentations, but that is all.<p>Is any real science done with this or is it the Powerpoint for PyCon talks?
评论 #36890485 未加载
评论 #36889362 未加载
评论 #36889649 未加载
评论 #36889799 未加载
评论 #36889569 未加载
评论 #36889905 未加载
评论 #36889444 未加载
评论 #36893836 未加载
评论 #36891025 未加载
评论 #36892202 未加载
评论 #36891837 未加载
评论 #36891400 未加载
评论 #36892581 未加载
评论 #36889839 未加载
评论 #36892111 未加载
vasili111almost 2 years ago
My understanding was that the developers plan was to develop JupyterLab as a future version of Jupyter Notebook. But it seems that both of them now get updates. My question is what is: When to use JupyterLab or Jupyter Notebook and waht is the difference between them?
batterylowalmost 2 years ago
&gt; The major change is building the Jupyter Notebook 7 interface with JupyterLab components so that the two applications share a common codebase and extension system.<p>This is interesting! Looking forward to testing the purple theme I use [1]. I wonder if extension developers will need to maintain three sets of instructions now? JupyterLab, Jupyter Notebook &gt;= 7, and Jupyter Notebook &lt; 7<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;shahinrostami&#x2F;theme-purple-please">https:&#x2F;&#x2F;github.com&#x2F;shahinrostami&#x2F;theme-purple-please</a>
wodenokotoalmost 2 years ago
I really like notebooks and often end up preferring them over lab.<p>But 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.<p>Regardless I am happy to see they have revived the project and am eager to check out the new release!
kumarvvralmost 2 years ago
I am new to the Jupyter ecosystem. Can anyone point me to resources that allow me to generate PDF reports from Jupyter Notebooks?<p>I want to build a template notebook, that has internal code to fetch data from a database, based on command line arguments and then run the notebook and then strip all the code parts and generate a beautiful PDF document.
评论 #36893719 未加载
评论 #36893886 未加载
评论 #36897407 未加载
Tomtealmost 2 years ago
Does debugging work for you?<p>Neither in Notebook nor in Lab can I click in the gutter to set breakpoints. The debugging panel is open, the documentation is clear (except that by default there are no line numbers and you have to activate that), but nothing happens.<p>Where exactly am I supposed to click?
评论 #36901072 未加载
ysleepyalmost 2 years ago
It seems they have still not fixed that notebooks lose output when reloading or opening running notebooks on another machine. <a href="https:&#x2F;&#x2F;github.com&#x2F;jupyterlab&#x2F;jupyterlab&#x2F;issues&#x2F;12422">https:&#x2F;&#x2F;github.com&#x2F;jupyterlab&#x2F;jupyterlab&#x2F;issues&#x2F;12422</a><p>That whole issue feels so stupid.<p>I quite enjoy jupyter lab otherwise, even if a lot of it is brittle and annoying.
boomskatsalmost 2 years ago
Slightly off-topic, but does JupyterLab still run on zeromq?
评论 #36901083 未加载
gammaratoralmost 2 years ago
For folks asking what the Notebook UX offers that the Lab does not, this github thread may be enlightening: <a href="https:&#x2F;&#x2F;github.com&#x2F;jupyter&#x2F;notebook&#x2F;issues&#x2F;6210">https:&#x2F;&#x2F;github.com&#x2F;jupyter&#x2F;notebook&#x2F;issues&#x2F;6210</a><p>(TLDR: some novice users in educational settings find the lab environment overwhelming.)