[PYTHON] Use markdown with jupyter notebook (with shortcut)

[Note] Use markdown with jupyter notebook (with shortcut)

You can also use markdown with jupyter notebook where you can check the python code for each part.

You can switch between markdown notation and code (python) notation for each section of the same page instead of for each file like VScode.

Method

  1. Select a row └ Blue frame, not input state (green frame) └ Press the esc key to select from input
  2. Click the M key └ Top tab switches to Markdown
  3. Enter the code and shift + enter

--Formally, the input state is called edit mode, and the selected state is called command mode. --The shortcut to switch to code input mode is the Y key.

Procedure (capture)

① The green frame is the input state
image.png
② Press the esc key to enter the blue frame (selection) state.
image.png
③ Click M key to switch from code to markdown
image.png

input

Can be described in the same format as the markdown file ".md"

Input example
image.png
shift+Confirm with enter
image.png

Press Enter to move to the edit screen

Supplement

Easier to read than commented out. Easy to understand when used together

image.png

Recommended Posts

Use markdown with jupyter notebook (with shortcut)
Use pip with Jupyter Notebook
Use Cython with Jupyter Notebook
Use nb extensions with Anaconda's Jupyter notebook
Use apache Spark with jupyter notebook (IPython notebook)
Use Jupyter Lab and Jupyter Notebook with EC2
How to use jupyter notebook with ABCI
Use nim with Jupyter
Shortcut key for Jupyter notebook
Using Graphviz with Jupyter Notebook
Play with Jupyter Notebook (IPython Notebook)
[Complete version] Jupyter Notebook shortcut
How to use Jupyter Notebook
Use Bokeh with IPython Notebook
Allow external connections with jupyter notebook
Formatting with autopep8 on Jupyter notebook
Visualize decision trees with jupyter notebook
Make a sound with Jupyter notebook
I want to use a virtual environment with jupyter notebook!
Add more kernels with Jupyter Notebook
Convenient analysis with Pandas + Jupyter notebook
Easy to use Jupyter notebook (Python3.5)
How to use jupyter notebook without polluting your environment with Docker
Markdown to get Jupyter notebook results to Qiita
Try SVM with scikit-learn on Jupyter Notebook
[Explanation with image] Use pickle with Kaggle's NoteBook
Jupyter Notebook basic operations and shortcut keys
Linking python and JavaScript with jupyter notebook
Jupyter Notebook Basics of how to use
Use vim keybindings on Docker-launched Jupyter Notebook
[Jupyter Notebook memo] Display kanji with matplotlib
How to use Jupyter notebook [Super Basic]
Rich cell output with Jupyter Notebook (IPython)
Jupyter Notebook memo
Introducing Jupyter Notebook
I wanted to use jupyter notebook with docker in pip environment (opticspy)
Specify the browser to use with Jupyter Notebook. Especially Mac. (And Vivaldi)
Use Jupyter Notebook with Visual Studio Code on Windows 10 + Python + Poetry + pyenv-win
Powerful Jupyter Notebook
Jupyter notebook password
Jupyter Notebook memo
Use jupyter notebook by connecting from another host
How to debug with Jupyter or iPython Notebook
When Html cannot be output with Jupyter Notebook
Analytical environment construction with Docker (jupyter notebook + PostgreSQL)
Data analysis for improving POG 2 ~ Analysis with jupyter notebook ~
Verify NLC accuracy with Watson Studio's Jupyter Notebook
Enable Jupyter Notebook with conda on remote server
Graph drawing with jupyter (ipython notebook) + matplotlib + vagrant
Jupyter Notebook Settings-How to use (EC2 Amazon Linux 2)
Add / remove kernel to use jupyter with venv
Virtual environment construction with Docker + Flask (Python) + Jupyter notebook
Multiple selections with Jupyter
Candlestick with plotly + Jupyter
Easy Machine Learning with AutoAI (Part 4) Jupyter Notebook Edition
Use mecab-ipadic-neologd with igo-python
Use RTX 3090 with PyTorch
Use ansible with cygwin
Get started Jupyter Notebook
Use pipdeptree with virtualenv
[Python] Use JSON with Python