Create a table of contents with IPython notebook

Purpose

I want to create a table of contents at the beginning of the IPython notebook like this

ipython_links_ex.png

(Note: The image was taken from here)

manner

You can create it using this library.

Just paste the following 3 lines into your Markdown cell. It automatically acquires the Header cell and writes the table of contents.

<h1 id="tocheading">Table of Contents</h1>
<div id="toc"></div>
<script src="https://kmahelona.github.io/ipython_notebook_goodies/ipython_notebook_toc.js"></script>

Recommended Posts

Create a table of contents with IPython notebook
Automating simple tasks with Python Table of contents
I tried to create a table only with Django
Why not create a stylish table easily with Python?
Creating BINGO "Web Tools" with Python (Table of Contents)
Parallel computing with iPython notebook
taichi's Torisetsu ⓪ Table of contents
Play with Jupyter Notebook (IPython Notebook)
Create a heatmap with pyqtgraph
Run Apache-Spark with IPython Notebook
Create a directory with python
Graph drawing with IPython Notebook
Use Bokeh with IPython Notebook
Create a pixel art of Levi Captain with Python programming!
[Linux] [Initial Settings] Table of Contents
yolov5 visualization program table of contents
[Python] [Table of Contents Links] Python Programming
[Translation] scikit-learn 0.18 Tutorial Table of Contents
Create a virtual environment with Python!
Python Math Series ⓪ Table of Contents
Build IPython Notebook environment with boot2docker
Github Interesting Repository ⓪ Table of Contents
Introductory table of contents for python3
Create a poisson stepper with numpy.random
A memorandum of closure survey contents
Create a file uploader with Django
Process the contents of the file in order with a shell script
[python, ruby] fetch the contents of a web page with selenium-webdriver
I tried to create a list of prime numbers with python
Create a video player with PySimpleGUI + OpenCV 3 Addition of mask function
Create a function to get the contents of the database in Go
Create a compatibility judgment program with the random module of python.
Create a Python function decorator with Class
[Translation] scikit-learn 0.18 User Guide Table of Contents
Build a blockchain with Python ① Create a class
Create a dummy image with Python + PIL.
[Python] Create a virtual environment with Anaconda
Let's create a free group with Python
Make a Notebook Pipeline with Kedro + Papermill
Create a GUI app with Python's Tkinter
[Introduction to Python] How to sort the contents of a list efficiently with list sort
Create a large text file with shellscript
Create a VM with a YAML file (KVM)
Create a word frequency counter with Python 3.4
"LIVE" HTML presentation with IPython 3.0.0-dev, IPython Notebook
Create a Connecting Nearest Neighbor with NetworkX
Create a web service with Docker + Flask
Create a devilish picture with Blender scripts
Create a matrix with PythonGUI (text box)
Rich cell output with Jupyter Notebook (IPython)
Create a graph with borders removed with matplotlib
I tried to create a model with the sample of Amazon SageMaker Autopilot
Create a frame with transparent background with tkinter [Python]
[AtCoder] Solve A problem of ABC101 ~ 169 with Python
Nogizaka recognition program (using Yolov5) Table of contents
Create a GUI executable file created with tkinter
[python] Create a list of various character types
Create a LINE BOT with Minette for Python
Create a game UI from scratch with pygame2!
Create a PDF file with a random page size
Create a virtual environment with conda in Python