美文网首页Python
添加右键菜单,右键(双击)打开ipynb文件。

添加右键菜单,右键(双击)打开ipynb文件。

作者: o啵子o | 来源:发表于2018-10-20 01:50 被阅读0次

    为.ipynb添加打开方式

    新建记事本,输入下方代码,保存为open.reg,双击打开,写入注册表,添加右键菜单。
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\.ipynb\shell\OpenJupyter]
    @="用Jupyter notebook打开"
    "Icon"="cmd.exe"
    
    [HKEY_CLASSES_ROOT\.ipynb\shell\OpenJupyter\command]
    @='cmd.exe /c jupyter-notebook "%1"'
    
    
    右键菜单

    相关文章

      网友评论

        本文标题:添加右键菜单,右键(双击)打开ipynb文件。

        本文链接:https://www.haomeiwen.com/subject/fgkpzftx.html