'View and edit Jupyter Notebook (ipynb) files in terminal [closed]

I have some jupyter notebooks (ipynb) on a server, which I connected to with ssh. I can run them using ipython. However, if I want to view or edit them, for example using vim, it shows me the source code of the file (something like json).

I would like to know if there is any tool or command to view and edit them in terminal?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source