サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
ChatGPT
jupyter-notebook.readthedocs.io
Jupyter Notebook Documentation# Welcome to the Jupyter Notebook documentation site. Jupyter Notebook is a simplified notebook authoring application, and is a part of Project Jupyter, a large umbrella project centered around the goal of providing tools (and standards) for interactive computing with computational notebooks. A computational notebook is a shareable document that combines computer code
from IPython import get_ipython from nbformat import read from IPython.core.interactiveshell import InteractiveShell Import hooks typically take the form of two objects: a Module Loader, which takes a module name (e.g. 'IPython.display'), and returns a Module a Module Finder, which figures out whether a module might exist, and tells Python what Loader to use def find_notebook(fullname, path=None):
The Markdown parser included in the Jupyter Notebook is MathJax-aware. This means that you can freely mix in mathematical expressions using the MathJax subset of Tex and LaTeX. Some examples from the MathJax demos site are reproduced below, as well as the Markdown+TeX source. Motivating Examples# The Lorenz Equations# Source# \begin{align} \dot{x} & = \sigma(y-x) \\ \dot{y} & = \rho x - y - xz \\
Running a notebook server The Jupyter notebook web application is based on a server-client structure. The notebook server uses a two-process kernel architecture based on ZeroMQ, as well as Tornado for serving HTTP requests. Note By default, a notebook server runs locally at 127.0.0.1:8888 and is accessible only from localhost. You may access the notebook server from the browser using http://127.0
このページを最初にブックマークしてみませんか?
『jupyter-notebook.readthedocs.io』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く