TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

JupyterLab 3.0

263 点作者 kylebarron超过 4 年前

14 条评论

pavlov超过 4 年前
I don&#x27;t write Python code for my work. Last weekend I came across an interesting Jupiter notebook and figured I&#x27;d give it a try on my work laptop. &quot;It&#x27;s probably as easy as brew install pip and then use that to load the other dependencies,&quot; I assumed.<p>Over an hour later I had to give up. There was initially some kind of Python version conflict on my Mac. Eventually some version of JupyterLab was installed somewhere, but it couldn&#x27;t find any dependencies for the notebook. As a complete newbie to the Python ecosystem, I googled for instructions and found various environment managers, which then failed possibly because something is incompatible with Big Sur. More googling revealed instructions with complex CFLAGS environment setups to fix it, which didn&#x27;t — and at that point it was very far from the supposed convenience of scripting languages anyway.<p>I don&#x27;t think it&#x27;s Python&#x27;s fault. Probably all the programming toolchains are this hard to a newbie! But it was a humbling experience after 34 years of programming, not being able to load a piece of sample code in a Sunday afternoon.
评论 #25654015 未加载
评论 #25650660 未加载
评论 #25650593 未加载
评论 #25655067 未加载
评论 #25652497 未加载
评论 #25652405 未加载
评论 #25650390 未加载
评论 #25651638 未加载
评论 #25651041 未加载
评论 #25650997 未加载
评论 #25650704 未加载
评论 #25653557 未加载
评论 #25653148 未加载
评论 #25659502 未加载
评论 #25650763 未加载
评论 #25653714 未加载
评论 #25654383 未加载
评论 #25650802 未加载
评论 #25650549 未加载
评论 #25652585 未加载
评论 #25650618 未加载
评论 #25655467 未加载
评论 #25650662 未加载
评论 #25652438 未加载
评论 #25651267 未加载
评论 #25650823 未加载
评论 #25652869 未加载
colincooke超过 4 年前
Ok this may be kind of stupid, but my primary reason for not switching over to jupyter lab (from notebooks) was the right-click menu wouldn&#x27;t let me copy images (plotting outputs typically) from the in-line output. However I found out today that it has always been available if you hold shift...so if that was anyone&#x27;s issue this is a great time to give JupyterLab another shot!
评论 #25655343 未加载
评论 #25653471 未加载
narush超过 4 年前
I&#x27;m one of those extension developers that working on getting my extension working on JupyterLab 3.0 :-)<p>I&#x27;ve been developing Mito (<a href="https:&#x2F;&#x2F;trymito.io" rel="nofollow">https:&#x2F;&#x2F;trymito.io</a>), a spreadsheet extension to JupyterLab that allows you to edit a spreadsheet in a notebook as if you&#x27;re editing Excel. You edit the spreadsheet, and Python code gets generated that corresponds to your edits.<p>Feedback on the above greatly appreciated. And congrats on the release :)
评论 #25654480 未加载
评论 #25656078 未加载
klelatti超过 4 年前
Just to say a big thank you to all those who have worked on JupyterLab. It&#x27;s by far my favourite notebook interface and I think gets the balance between a clean interface and powerful features just about right.<p>I just wish that the cloud providers would adopt it as the basis for their products.
评论 #25653288 未加载
sgillen超过 4 年前
I was really excited to see the visual debugger there. I tried it myself, it was really easy to get it going. Unfortunately, using it briefly in the notebook I was using I found it pretty buggy, lots of glitches and big slowdowns in the UI. I would also really love to see the option to drop into an interpreter while debugging.<p>Still, can&#x27;t complain too much about an open source project, thanks to the team for all their hard work.
bobbylarrybobby超过 4 年前
I don&#x27;t understand why Jupyter notebooks are still in use as a writable format when there are editors like VSCode that can treat ordinary python files as notebooks. The Python extension can submit code blocks to the kernel and import and export Jupyter notebooks, but VSCode is also a real editor on top of that (debugging, git, vim mode, hover info, etc.). For distribution, as a read-only format (like PDF), notebooks are great. But why do people continue to do their work in one?
评论 #25652150 未加载
评论 #25652019 未加载
评论 #25652130 未加载
评论 #25652559 未加载
评论 #25652490 未加载
评论 #25653826 未加载
kbelder超过 4 年前
I skimmed the page and didn&#x27;t see any mention of sharing or collaborative use. That&#x27;s the biggest obstacle I&#x27;m seeing with getting buy-in at work. I need to be able to let some users see the notebook in read-only mode, others should be able to run it but not edit it, others should have full access.<p>Maybe there&#x27;s a non-hacky way to do this and I&#x27;m missing it?
评论 #25652862 未加载
评论 #25653282 未加载
评论 #25654355 未加载
评论 #25651981 未加载
jjcon超过 4 年前
Interesting that they include mamba install instructions before conda.<p>Is mamba taking off with the recent (and upcoming) license changes that anaconda made? I’m not familiar with mamba though I’ve had my eyes open for an alternative to anaconda (also seen poetry mentioned a few times here).
DataCrayon超过 4 年前
Great news! I&#x27;d only just updated the Purple Please theme[1] for Jupyter Lab 2.0, will have to look at doing the same for Jupyter Lab 3.0. It looks like they&#x27;ve made some improvements to extension development too which is good to see.<p>[1] <a href="https:&#x2F;&#x2F;datacrayon.com&#x2F;posts&#x2F;tools&#x2F;jupyter&#x2F;theme-purple-please-for-jupyter-lab&#x2F;" rel="nofollow">https:&#x2F;&#x2F;datacrayon.com&#x2F;posts&#x2F;tools&#x2F;jupyter&#x2F;theme-purple-plea...</a>
losvedir超过 4 年前
Hmm, what is mamba? I thought I was at least sort of up to date with the various python dependency managers, but that one is new to me.<p>Relatedly, I have a grand vision of having as part of my development environment a jupyter notebook always at hand, in which to explore data as necessary, whip up scripts, accumulate little helper functions, etc. Basically, any time I have that &quot;hm, I wonder...&quot; itch, I&#x27;d like to be able to quickly whip up a solution in my notebook. I&#x27;m a skilled developer in terms of larger systems, but have a weakness when it comes to very early stage &quot;throwaway&quot; scripts to answer ad-hoc questions.<p>I spent a few days trying to set up jupyterlab in an &quot;ideal&quot; way, so that I could have easy access to python libraries within my notebook, and also a reproducible environment since I plan to push my working directory to GitHub and would like to sync across different machines. I got confused by virtualenv vs venv, and tried conda to install libraries, but ran into various problems. Oh, and part of it was trying to have nbdev (from the fastai folks) as part of this toolkit.<p>Anyone have a setup like this that they use and want to share? Part of me wants to just throw in the towel and learn R and RStudio, since I&#x27;ve heard its ggplot is the best plotting library anyway.
评论 #25650140 未加载
评论 #25649797 未加载
评论 #25649857 未加载
评论 #25651840 未加载
评论 #25650202 未加载
评论 #25650721 未加载
hnews2超过 4 年前
I&#x27;ve seen a few projects that have used the JupyterLab UI for other projects as a simple interface - it looks really neat and slick.<p>I just wondered if anyone has any ideas how you go about this as I&#x27;ve been drawing a blank.
评论 #25653106 未加载
评论 #25651065 未加载
eggie5超过 4 年前
anyone still like classic notebooks better???
评论 #25654907 未加载
评论 #25654776 未加载
globuous超过 4 年前
Nice ! Native debugger :)
评论 #25650019 未加载
ezekielchen超过 4 年前
Really hope they can change their notebook editor to monaco.