Jupyter

来自Shiyin's note
Shen讨论 | 贡献2017年3月9日 (四) 09:58的版本
跳到导航 跳到搜索

安装

  1. pip install --upgrade pip
  2. pip install jupyter
    • 安装出错,需要
    /usr/lib/rpm/redhat/redhat-hardened-cc1 需要redhat-rpm-config
    Python.h:No such file or directory 需要python-devel
  3. pip install --upgrade jupyter

调用IDL

  1. 设置环境变量PYTHONPATH包含IDL和PYTHON的可执行命令文件夹 (保证python中能调用IDL,python bridge)
    具体是包含/usr/local/exelis/idl85/bin/bin.linux.x86_64, /usr/local/exelis/idl85/lib/bridges
  2. 设置IDL的库文件在动态链接库文件的目录中
  3. 将<IDL_DIR>/lib/bridges/kernels/IDL/kernel.json 复制到 /usr/share/jupyter/kernels/IDL目录下
  4. 设置PATH包含IDL的可执行命令文件夹 (不确定是否一定需要)