当前位置:网站首页>在jupyter中实现实时协同是一种什么体验
在jupyter中实现实时协同是一种什么体验
2022-07-06 17:04:00 【朱卫军】
1 简介
当你在使用jupyter时,有没有想象过如果我们可以把正在编写代码的jupyter界面共享给其他人,使得别人可以在其他地方实时看到与你同步的jupyter界面,这样一来无论是与他人沟通代码逻辑,还是远程协助别人解决代码问题,效率的提升都是惊人的。
今天的内容,费老师我就将教大家学习如何在jupyter lab中一行命令轻松启用在线实时协同功能。
2 在jupyter lab中实现实时协同
要想使用该功能,请确保你的jupyter lab版本大于等于3.1,并且还需要额外安装jupyterlab-link-share这个辅助库,直接pip install jupyterlab-link-share即可。
完成上述准备工作后,我们只需要在启动jupyter lab的命令中添加参数--collaborative即可,我们可以在本地jupyter lab上先感受一下:
jupyter lab --collaborative
以实时协同模式启动jupyter lab之后,通过点击顶部菜单栏中的Share-Share Jupyter Server Link:
我们就可以在列表中随便挑选一个链接复制下来分享给别人进行访问,从而实现实时协同了,因为上面演示用的本地jupyter服务,所以下面我们用不同的浏览器对协同效果做简单演示:
可以看到,不同的实时jupyter lab同步操作内容非常迅速,非常适合远程协同分析代码,有了这一套方法,我们就可以在单位或学校的局域网中对外架起jupyter lab服务,从而实现丝滑的协同办公体验~
另外,据提前泄露的一些消息,jupyter lab将在其正处于alpha测试阶段的4.0版本中引入更多丰富的协同办公功能,届时我会继续给大家分享最新的jupyter lab功能介绍,敬请期待~
以上就是本文的全部内容,欢迎在评论区与我进行讨论~
边栏推荐
- The way of intelligent operation and maintenance application, bid farewell to the crisis of enterprise digital transformation
- 深度学习之数据处理
- Linear algebra of deep learning
- mongodb客户端操作(MongoRepository)
- Win10 startup error, press F9 to enter how to repair?
- Leecode brush questions record sword finger offer 43 The number of occurrences of 1 in integers 1 to n
- . Bytecode structure of class file
- 【批处理DOS-CMD命令-汇总和小结】-字符串搜索、查找、筛选命令(find、findstr),Find和findstr的区别和辨析
- 深度学习之线性代数
- Advanced learning of MySQL -- basics -- multi table query -- external connection
猜你喜欢

Service asynchronous communication

Article management system based on SSM framework

AI超清修复出黄家驹眼里的光、LeCun大佬《深度学习》课程生还报告、绝美画作只需一行代码、AI最新论文 | ShowMeAI资讯日报 #07.06

Data sharing of the 835 postgraduate entrance examination of software engineering in Hainan University in 23

基于SSM框架的文章管理系统

工程师如何对待开源 --- 一个老工程师的肺腑之言

Deep learning environment configuration jupyter notebook

Configuring OSPF basic functions for Huawei devices

Interface master v3.9, API low code development tool, build your interface service platform immediately

【YoloV5 6.0|6.1 部署 TensorRT到torchserve】环境搭建|模型转换|engine模型部署(详细的packet文件编写方法)
随机推荐
Leecode brush questions record sword finger offer 11 Rotate the minimum number of the array
@TableId can‘t more than one in Class: “com.example.CloseContactSearcher.entity.Activity“.
Advanced learning of MySQL -- basics -- basic operation of transactions
Data analysis course notes (III) array shape and calculation, numpy storage / reading data, indexing, slicing and splicing
Zynq transplant ucosiii
Leecode brush question record sword finger offer 58 - ii Rotate string left
Chapter 5 DML data operation
学习光线跟踪一样的自3D表征Ego3RT
uniapp实现从本地上传头像并显示,同时将头像转化为base64格式存储在mysql数据库中
PXE server configuration
Model-Free Prediction
Interface master v3.9, API low code development tool, build your interface service platform immediately
以机房B级建设标准满足等保2.0三级要求 | 混合云基础设施
Notes of training courses selected by Massey school
Advantages and disadvantages of code cloning
Advanced learning of MySQL -- basics -- multi table query -- self join
How to judge whether an element in an array contains all attribute values of an object
. Bytecode structure of class file
工程师如何对待开源 --- 一个老工程师的肺腑之言
Alexnet experiment encounters: loss Nan, train ACC 0.100, test ACC 0.100