全プログラマに捧ぐ! Webお試し版の #ノートブック + #python で手軽にプログラム実行結果を #Markdown スタイルで保存してみる
Ref
Enter
python を選ぶ
暫く待つ
こんな画面になる
再生ボタンを押す
いろいろ入力していく
Shift + Enter で実行できる様子
Download AS Markdown を選ぶ
こんな感じ
以下、markdownそのまま磔
Welcome to Jupyter!
This repo contains an introduction to Jupyter and IPython.
Outline of some basics:
- Notebook Basics
- IPython - beyond plain python
- Markdown Cells
- Rich Display System
- Custom Display logic
- Running a Secure Public Notebook Server
- How Jupyter works to run code in different languages.
You can also get this tutorial and run it on your laptop:
git clone https://github.com/ipython/ipython-in-depth
Install IPython and Jupyter:
with conda:
conda install ipython jupyter
with pip:
# first, always upgrade pip!
pip install --upgrade pip
pip install --upgrade ipython jupyter
Start the notebook in the tutorial directory:
cd ipython-in-depth
jupyter notebook
print(1)
1
print("OK!")
OK!
OWWWW
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-3-63b91ee5210e> in <module>
----> 1 OWWWW
NameError: name 'OWWWW' is not defined
Original by Github issue
Author And Source
この問題について(全プログラマに捧ぐ! Webお試し版の #ノートブック + #python で手軽にプログラム実行結果を #Markdown スタイルで保存してみる), 我々は、より多くの情報をここで見つけました https://qiita.com/YumaInaura/items/5f75a5e4135ecec56443著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .