Yes, it is possible. Running python -m nbopen.install_win installs the python -m nbopen.install_win executable in the Scripts folder of your anaconda directory. For me it:
PS> (gcm nbopen).Path E:\Programs\anaconda\Scripts\nbopen.exe
The first line gets the path to the nbopen command (using PowerShell). If you are not using PowerShell, you can find the conda directory by right-clicking on any (I) Python executable in the Start menu and see where it links.
You can then link the nbopen.exe file to the nbopen.exe nbopen.exe file:
- Right-click the .ipynb file.
- Click on properties
- Click the Change button next to "Open with:"
- Click Browse , go to the found path and select
nbopen.exe .
Double-clicking on the .ipynb files now checks if the laptop server is working and opens the laptop. If the server is not running, it starts in the active directory.
m00am
source share