Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

全プログラマに捧ぐ! Webお試し版の #ノートブック + #python で手軽にプログラム実行結果を #Markdown スタイルで保存してみる #1369

Open
YumaInaura opened this issue Apr 21, 2019 · 0 comments

Comments

@YumaInaura
Copy link
Owner

Ref

全プログラマに捧ぐ!図解「ノートブック」 - Qiita

Enter

https://jupyter.org/try

python を選ぶ

image

暫く待つ

image

こんな画面になる

image

再生ボタンを押す

image

いろいろ入力していく

Shift + Enter で実行できる様子

image

Download AS Markdown を選ぶ

image

こんな感じ

image

以下、markdownそのまま磔

Welcome to Jupyter!

This repo contains an introduction to Jupyter and IPython.

Outline of some basics:

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant