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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Scipy 1.13

52 点作者 lorepieri大约 1 年前

2 条评论

ubj大约 1 年前
&gt; Interactive examples have been added to the documentation, allowing users to run the examples locally on embedded Jupyterlite notebooks in their browser.<p>This might sound strange, but to me this is pretty exciting.<p>I&#x27;ve been looking for ways to include _interactive_ Python scripts on static webpages (such as those made using Jupyter Book [1] or Quarto [1]. Up to now the only way I knew how to run Jupyter notebooks on those pages was through, e.g., Binder or Google Colab or some other separate hosted service. I was at the point of giving up on Python and simply learning Javascript.<p>But now it seems that Pyodide [3] and Jupyterlite [4] are filling that gap. I&#x27;m looking forward to trying this out on some static websites.<p>[1]: <a href="https:&#x2F;&#x2F;jupyterbook.org&#x2F;en&#x2F;stable&#x2F;intro.html" rel="nofollow">https:&#x2F;&#x2F;jupyterbook.org&#x2F;en&#x2F;stable&#x2F;intro.html</a><p>[2]: <a href="https:&#x2F;&#x2F;quarto.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;quarto.org&#x2F;</a><p>[3]: <a href="https:&#x2F;&#x2F;pyodide.org&#x2F;en&#x2F;stable&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pyodide.org&#x2F;en&#x2F;stable&#x2F;</a><p>[4]: <a href="https:&#x2F;&#x2F;jupyterlite.readthedocs.io&#x2F;en&#x2F;stable&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jupyterlite.readthedocs.io&#x2F;en&#x2F;stable&#x2F;</a>
评论 #39974774 未加载
blitzar大约 1 年前
&gt; This out-of-band release aims to support NumPy 2.0.0, and is backwards compatible to NumPy 1.22.4.<p>I am not well versed in the upcoming &#x2F; in progress 2.0 releases for numpy but it looks fairly large in scope.