[Python] A notebook that translates and downloads the ipynb file on GitHub into Japanese.

Introduction

Last time, I wrote a script to translate program comments into Japanese, but I think I can translate each ipynb file (Jupyter file) in the same way. So I wrote it. I posted it on GitHub, so I will link it so that it can be executed from Colaboratory. → ipynb_translator.ipynb --Colaboratory

How to use

Paste the URL of the ipynb file on GitHub and run it to download the translated version. image.png

Recommended Posts

[Python] A notebook that translates and downloads the ipynb file on GitHub into Japanese.
A Python script that reads a SQL file, executes BigQuery and saves the csv
A memo that implements the job of loading a GCS file into BigQuery in Python
A python script that deletes ._DS_Store and ._ * files created on Mac
[Python] About creating a tool to create a new Outlook email based on the data of the JSON file and the part that got caught
Deploy a Python app on Google App Engine and integrate it with GitHub
Extract lines that match the conditions from a text file with python
A python program that resizes a video and turns it into an image
Read the file with python and delete the line breaks [Notes on reading the file]
A memo with Python2.7 and Python3 on CentOS
Clone the github repository on jupyter notebook
See file and folder information on python
[Python] A progress bar on the terminal
[Python] A program that rounds the score
Create a Python image in Django without a dummy image file and test the image upload
[pyqtgraph] Understand SignalProxy and create a crosshair that follows the cursor on the graph
Divide each PowerPoint slide into a JPG file and output it with python
Python --Read data from a numeric data file and find the multiple regression line.
A python script that draws a band diagram from the VASP output file EIGENVAL
[Python] A program that finds the minimum and maximum values without using methods
[Python] A program that calculates the difference between the total numbers on the diagonal line.
[Python] A program that calculates the number of updates of the highest and lowest records
Build a Docker image containing the private repository Python library on GitHub Actions
Draw a line / scatter plot on the CSV file (2 columns) with python matplotlib
Get the stock price of a Japanese company with Python and make a graph
I made a tool in Python that right-clicks an Excel file and divides it into files for each sheet.
A nice nimporter that connects nim and python
Launch and use IPython notebook on the network
ffmpeg-Build a python environment and split the video
Try CIing the pushed python code on GitHub.
A discussion of the strengths and weaknesses of Python
A python script that imports a dated csv file into BigQuery as a time partition table
[Python3] Take a screenshot of a web page on the server and crop it further
A story that got stuck when trying to upgrade the Python version on GCE
How to build a beautiful Python environment on a new Mac and install Jupter Notebook
A note on the library implementation that explores hyperparameters using Bayesian optimization in Python
A python client application that downloads and deletes files from S3 by specifying a bucket
A script that combines your favorite python modules and binaries into one Lambda Layer
A note that runs an external program in Python and parses the resulting line
Read the csv file with jupyter notebook and write the graph on top of it
When writing to a csv file with python, a story that I made a mistake and did not meet the delivery date
[Python] A program that counts the number of valleys
Specify the volume on linux and make a sound
Try creating a compressed file using Python and zlib
[Python] Evaluate the facial expressions that appear on the face
The one that just translated the Py2app option into Japanese
[Windows] [Python3] Install python3 and Jupyter Notebook (formerly ipython notebook) on Windows
Python program that looks for the same file name
PHP and Python samples that hit the ChatWork API
Write a log-scale histogram on the x-axis in python
A memo that I touched the Datastore with python
[Python] Mask the image into a circle using Pillow
Create a decent shell and python environment on Windows
Install django on python + anaconda and start the server
[Python] A program that compares the positions of kangaroos.
A Python program that converts ical data into text
Try translating the Python Data Science Handbook into Japanese
[Python] Start a batch file from Python and pass variables.
How to deal with the phenomenon that Python (Jupyter notebook) executed on WSL becomes Aborted
[C / C ++] Pass the value calculated in C / C ++ to a python function to execute the process, and use that value in C / C ++.
Get the matched string with a regular expression and reuse it when replacing on Python3