[PYTHON] Give a title to the ipywidgets tab

No matter where I looked in the document, I couldn't find it even when I asked Google teacher, so I made a memorandum.

from ipywidgets import Text, Tab

list = ['P0', 'P1', 'P2']
titles = {0:'P0', 1:'P1', 2:'P2'}
children = [Text(description=name) for name in list]
tab = Tab(children=children, _titles=titles)
tab

613a242d-19dd-4f01-abd6-186d7dd5e49a.png

Recommended Posts

Give a title to the ipywidgets tab
Have Alexa run Python to give you a sense of the future
How to calculate the volatility of a brand
Save the object to a file with pickle
A python amateur tries to summarize the list ②
Create a command to get the work log
[Python] Throw a message to the slack channel
[Wagtail] Add a login page to the Wagtail project
Prompt to give a synonym for each login
Read the Python-Markdown source: How to create a parser
Create a function to visualize / evaluate the clustering result
How to write a GUI using the maya command
I want to give a group_id to a pandas data frame
A quick introduction to the neural machine translation library
A memo to visually understand the axis of pandas.Panel
How to create a submenu with the [Blender] plugin
The shortest route to get a cultural fish environment
Steps to calculate the likelihood of a normal distribution
Transit to the update screen with the Django a tag
I made a command to markdown the table clipboard
How to post a ticket from the Shogun API
Python Note: The mystery of assigning a variable to a variable
The road to Pythonista
The road to Djangoist
Define a task to set the fabric env in YAML
A memorandum to register the library written in Hy in PyPI
[python] Change the image file name to a serial number
Finding a solution to the N-Queen problem with a genetic algorithm (2)
How to use the __call__ method in a Python class
Change the standard output destination to a file in Python
Probably the easiest way to create a pdf with Python3
Write a python program to find the editing distance [python] [Levenshtein distance]
Write a program to solve the 4x4x4 Rubik's Cube! 1. Overview
The first step to creating a serverless application with Zappa
I made a function to check the model of DCGAN
Put the lists together in pandas to make a DataFrame
How to generate a query using the IN operator in Django
Build a Python environment and transfer data to the server
How to get the last (last) value in a list in Python
To write a test in Go, first design the interface
A story about how to deal with the CORS problem
How to find the scaling factor of a biorthogonal wavelet
I wrote a script to combine the divided ts files
Convert the image data (png) at hand to a .pbm image
The usual way to add a Kernel with Jupyter Notebook
[Python] The first step to making a game with Pyxel
Try to model a multimodal distribution using the EM algorithm
Road to the Wizard: Step 8 (Interpret How to become a Hacker)
A very convenient way to give a presentation on Jupyter Notebook
Finding a solution to the N-Queen problem with a genetic algorithm (1)
I want to create a Dockerfile for the time being.
Is there a secret to the frequency of pi numbers?
How to connect the contents of a list into a string
Extract the value closest to a value from a Python list element
[Python scraping] Output the URL and title of the site containing a specific keyword to a text file
I want to extract the tag information (title and artist) of a music file (flac, wav).