欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Jupyter
来自开放百科 - 灰狐
(版本间的差异)
小 (→指南) |
小 (→PHP) |
||
(未显示1个用户的7个中间版本) | |||
第1行: | 第1行: | ||
− | + | Jupyter | |
− | + | ||
− | + | ||
==新闻== | ==新闻== | ||
第8行: | 第6行: | ||
==简介== | ==简介== | ||
Jupyter is the new front end for data science and AI. | Jupyter is the new front end for data science and AI. | ||
+ | |||
+ | jupyter是[[IPython]]剥离出来成为一个语言无关的独立软件包。 | ||
+ | |||
+ | jupyter已经支持50多种语言的内核,包括[[Lisp]]、[[R Project|R]]、F#、[[Perl]]、[[Ruby]]、[[Scala]]等。事实上即使IPython本身也是一个jupyter Python模块。提供 REPL(读取,求值,打印循环)交互式开发环境,类似于[https://github.com/clojure/tools.nrepl nrepl]或[http://common-lisp.net/project/slime/ SLIME]。 | ||
==指南== | ==指南== | ||
− | $ | + | $ pip3 install notebook |
$ jupyter notebook | $ jupyter notebook | ||
+ | $ jupyter notebook --port 9999 | ||
+ | 可能的出错:Socket Error 99 for ipython notebook | ||
+ | $ jupyter notebook --ip=127.0.0.1 | ||
+ | |||
+ | ==.NET== | ||
+ | [https://developers.refinitiv.com/en/article-catalog/article/using--net-core-in-jupyter-notebook Using .NET Core in Jupyter Notebook] [https://github.com/dotnet/interactive .NET Interactive] | ||
+ | $ dotnet tool install --global Microsoft.dotnet-interactive | ||
+ | $ dotnet interactive jupyter install | ||
+ | $ jupyter kernelspec list | ||
==Atom== | ==Atom== | ||
[https://github.com/jupyter/atom-notebook atom-notebook] | [https://github.com/jupyter/atom-notebook atom-notebook] | ||
− | + | ||
==Qt== | ==Qt== | ||
[https://jupyter.org/qtconsole/stable A Qt Console for Jupyter] | [https://jupyter.org/qtconsole/stable A Qt Console for Jupyter] | ||
第33行: | 第44行: | ||
$ sudo npm install -g ijavascript | $ sudo npm install -g ijavascript | ||
$ ijsnotebook | $ ijsnotebook | ||
+ | |||
+ | ==Haskell== | ||
+ | [[文件:Jupyter-haskell.png|right]] | ||
+ | |||
+ | [https://github.com/gibiansky/IHaskell IHaskell] A [[Haskell]] kernel for IPython. | ||
+ | |||
+ | ==[[PHP]]== | ||
+ | [https://github.com/Litipk/Jupyter-PHP Jupyter-PHP] | ||
+ | |||
+ | ==[[Go]]== | ||
+ | [https://github.com/gopherdata/gophernotes gophernotes] | ||
==[[Clojure]]== | ==[[Clojure]]== |
2021年12月13日 (一) 10:42的最后版本
Jupyter
目录 |
[编辑] 新闻
[编辑] 简介
Jupyter is the new front end for data science and AI.
jupyter是IPython剥离出来成为一个语言无关的独立软件包。
jupyter已经支持50多种语言的内核,包括Lisp、R、F#、Perl、Ruby、Scala等。事实上即使IPython本身也是一个jupyter Python模块。提供 REPL(读取,求值,打印循环)交互式开发环境,类似于nrepl或SLIME。
[编辑] 指南
$ pip3 install notebook $ jupyter notebook $ jupyter notebook --port 9999
可能的出错:Socket Error 99 for ipython notebook
$ jupyter notebook --ip=127.0.0.1
[编辑] .NET
Using .NET Core in Jupyter Notebook .NET Interactive
$ dotnet tool install --global Microsoft.dotnet-interactive $ dotnet interactive jupyter install $ jupyter kernelspec list
[编辑] Atom
[编辑] Qt
$ jupyter qtconsole
[编辑] OpenShift
- Jupyter on OpenShift: Using OpenShift for Data Analytics
- Jupyter on OpenShift Part 2: Using Jupyter Project Images
- Jupyter on OpenShift Part 3: Creating a S2I Builder Image
- Jupyter on OpenShift Part 4: Adding a Persistent Workspace
- Jupyter on OpenShift Part 5: Ad-hoc Package Installation
- Jupyter on OpenShift Part 6: Running as an Assigned User ID
- Jupyter on OpenShift Part 7: Adding the Image to the Catalog
[编辑] JavaScript
IJavascript macOS安装:
$ sudo npm install -g ijavascript $ ijsnotebook
[编辑] Haskell
IHaskell A Haskell kernel for IPython.
[编辑] PHP
[编辑] Go
[编辑] Clojure
[编辑] 相关
[编辑] 图集
[编辑] 链接
分享您的观点