Jupyter

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(链接)
(JavaScript)
(未显示1个用户的16个中间版本)
第2行: 第2行:
  
 
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]。
 
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]。
 +
 +
==新闻==
 +
*[https://conferences.oreilly.com/jupyter/jup-ny JupyterCon in New York 2017]
 +
 +
==简介==
 +
Jupyter is the new front end for data science and AI.
  
 
==指南==
 
==指南==
 +
$ pip3 install notebook
 
  $ jupyter notebook
 
  $ jupyter notebook
 +
$ jupyter notebook --port 9999
 +
可能的出错:Socket Error 99 for ipython notebook
 +
$ jupyter notebook --ip=127.0.0.1
  
 
==Atom==
 
==Atom==
第22行: 第32行:
 
*[https://blog.openshift.com/jupyter-on-openshift-part-7-adding-the-image-to-the-catalog/ Jupyter on OpenShift Part 7: Adding the Image to the Catalog]
 
*[https://blog.openshift.com/jupyter-on-openshift-part-7-adding-the-image-to-the-catalog/ Jupyter on OpenShift Part 7: Adding the Image to the Catalog]
  
==语言==
+
==JavaScript==
 +
[https://n-riesco.github.io/ijavascript/ IJavascript] macOS安装:
 +
$ sudo npm install -g ijavascript
 +
$ ijsnotebook
 +
 
 +
==[[PHP]]==
 +
[https://github.com/Litipk/Jupyter-PHP Jupyter-PHP]
 +
 
 +
==[[Go]]==
 +
[https://github.com/gopherdata/gophernotes gophernotes]
 +
 
 +
==[[Clojure]]==
 +
*[https://github.com/roryk/clojupyter clojupyter]
 +
 
 +
==相关==
 +
*[[Apache Zeppelin]]
 +
*[https://github.com/spark-notebook/spark-notebook Spark Notebook]
  
 
==图集==
 
==图集==
第30行: 第56行:
 
image:jupyter-atom-notebook.png|Atom notebook
 
image:jupyter-atom-notebook.png|Atom notebook
 
image:julia-using-jupyter.png|Julia
 
image:julia-using-jupyter.png|Julia
 +
image:IJavascript.png|IJavascript
 +
image:jupyter-docker-stacks.png|Docker堆栈
 
</gallery>
 
</gallery>
  
第36行: 第64行:
 
*[https://github.com/jupyter/notebook Jupyter Notebook @ GitHub]
 
*[https://github.com/jupyter/notebook Jupyter Notebook @ GitHub]
 
*[https://github.com/jupyter/jupyterhub JupyterHub @ GitHub]
 
*[https://github.com/jupyter/jupyterhub JupyterHub @ GitHub]
 +
*[https://nbviewer.jupyter.org Jupyter Notebook Viewer]
 +
*[http://docs.huihoo.com/jupyter/ jupyter文档]
 +
*[https://zhuanlan.zhihu.com/p/32320214 最详尽使用指南:超快上手Jupyter Notebook]
  
 
[[category:data science]]
 
[[category:data science]]

2020年12月10日 (四) 06:43的版本

jupyter是IPython剥离出来成为一个语言无关的独立软件包。

jupyter已经支持50多种语言的内核,包括LispR、F#、PerlRubyScala等。事实上即使IPython本身也是一个jupyter Python模块。提供 REPL(读取,求值,打印循环)交互式开发环境,类似于nreplSLIME

目录

新闻

简介

Jupyter is the new front end for data science and AI.

指南

$ pip3 install notebook
$ jupyter notebook
$ jupyter notebook --port 9999

可能的出错:Socket Error 99 for ipython notebook

$ jupyter notebook --ip=127.0.0.1

Atom

atom-notebook

Qt

A Qt Console for Jupyter

$ jupyter qtconsole

OpenShift

JavaScript

IJavascript macOS安装:

$ sudo npm install -g ijavascript
$ ijsnotebook

PHP

Jupyter-PHP

Go

gophernotes

Clojure

相关

图集

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱