How to open .ipynb files

I recently encountered a file with the suffix of .ipynb. At first, I didn’t pay much attention to this file format. After opening it with Notepad++, I saw information similar to JSON format. I thought it was also serving some other files (similar to configuring some HTML files). configuration file). But later I found out that this is also a form of text representation, but it only requires special tools to open the display (the little rookie is ignorant and has never even seen a file in this format before...)
OK, stop talking nonsense, and cut to the point directly Let's talk about the three ways to open the .ipynb file:
1. The .ipynb file can be opened directly in GitHub.
2. You can copy the download link corresponding to the .ipynb file to https://nbviewer.jupyter.org/ for viewing.
3. Install Anaconda, open the shortcut of jupyter notebook from the start menu (the same command is used to open the prompt), the default startup path is in a folder similar to C:\Users\yourname. Copy the .ipynb file to this directory, find and open it to view.

These are some small episodes in my work. If I have time, I will summarize all the small episodes I have encountered recently, so that latecomers can avoid detours.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325807827&siteId=291194637