I stumbled on various things when I thought it would be easy, so I made a note for posterity The content is like a summary article. I think most people will work with this.
Assumption: anaconda installed on windows
Add these to Control Panel-> System-> Advanced System Settings-> Environment Variables PATH. Please rewrite * according to your Anaconda installation destination.
C:\Users\*\Anaconda3
C:\Users\*\Anaconda3\Scripts
C:\Users\*\Anaconda3\Library\bin
Next, register% USERPROFILE% as HOME as a new variable.
Finally, select ipynb, right-click, check Always open with this program, and select * \ Anaconda3 \ Scripts \ jupyter-notebook.exe in another program and you're done.
References https://a-sue.hatenablog.com/entry/2019/02/24/113152 http://publicjournal.hatenablog.com/entry/2017/02/04/010544 https://qiita.com/k_maki/items/c97c3c5202a913273c57
Recommended Posts