注意事项:
jupyter中想要添加ROOT C++的notebook需要ROOT6及以上版本。
测试发现,ROOT6.12.06版本在创建ROOT C++的notebook在编写时会有bug,网页卡死、报错、jupyter内核卡死,更换ROOT6.16.00版本后正常。
建议用google浏览器。
北京大学李智焕老师的核物理实验方法以及数据分析课程中有关jupyter启动教程适用于服务器。在服务器中键入jupyter notebook
没有ROOT C++,输入root - - notebook
才会出现ROOT C++。
module load
方法加载的root软件,改用source path/root/bin/thisroot.sh后则可用jupyter notebook
启用ROOT C++;安装与配置具体可参考网页:https://blog.csdn.net/xushu_me/article/details/104066613
以下为简要安装步骤:
说明:
ModuleNotFoundError: No module named 'metakernel'
pip install jupyter metakernel zm
!jupyter nbconvert readme_jupyter.ipynb --to html