JupyterHub

在浙江大学信号所的服务器上,采用JupyterHub搭建了供同学、老师们共享使用的开发网站,可以进行程序开发、文档撰写等工作。

该网站的域名为:https://hub.fwzju.com,需要在浙江大学校园网环境下访问。

What is JupyterHub?

JupyterHub brings the power of notebooks to groups of users. It gives users access to computational environments and resources without burdening the users with installation and maintenance tasks. Users - including students, researchers, and data scientists - can get their work done in their own workspaces on shared resources which can be managed efficiently by system administrators.

JupyterHub runs in the cloud or on your own hardware, and makes it possible to serve a pre-configured data science environment to any user in the world. It is customizable and scalable, and is suitable for small and large teams, academic courses, and large-scale infrastructure.

信号所在线开发网站

该网站主要采用Python3编程语言,另有gcc, gfortran等,可根据需求进行扩充。

具体的使用方法参见https://jupyter.org中的相关说明文档。

需要使用的同学、老师请发送邮件至< wfeng@zju.edu.cn>申请账号,请包含如下信息:

1
2
3
4
姓名:XX
导师或联系人姓名:XX
联系邮箱:XX
其他联系方式:13XX

如果需要搭建新的开发环境,请发送邮件至 wfeng@zju.edu.cn 对需求进行说明,在上述信息基础上补充如下信息:

1
2
3
4
开发环境关键词:
使用目的:
使用时间:
搭建方法:参考链接或说明文档