首页 > 解决方案 > 如何使用帮助程序包?

问题描述

我是编码新手,在尝试安装某些软件包时遇到了一些严重问题。我正在按照一个示例进行自己的数据分析,在这个示例中,他们安装了这些包:

# import helper functions coming with this project
import helper.plotly as py_help
import helper.event_data as ed_help
import helper.io as io
import helper.general as gen_help

那么我怎样才能在我自己的项目中安装这些呢?

标签: jupyterhub

解决方案


推荐阅读