【问题解决】jupyter代码自动补全方法

参考博客:https://blog.csdn.net/weixin_42182599/article/details/106191732

实现目标

【问题解决】jupyter代码自动补全方法_第1张图片

实现方法

步骤一:cmd进入对应的python环境下
步骤二:执行下面代码块

pip install jupyter_contrib_nbextensions -i https://pypi.tuna.tsinghua.edu.cn/simple

jupyter contrib nbextension install --user

pip install jupyter_nbextensions_configurator -i https://pypi.tuna.tsinghua.edu.cn/simple

jupyter nbextensions_configurator enable --user

步骤三:打开jupyter,会发现多了一个东西
【问题解决】jupyter代码自动补全方法_第2张图片
点击进入,勾上下面内容
【问题解决】jupyter代码自动补全方法_第3张图片
完成!

你可能感兴趣的:(#,深度学习环境搭建,jupyter,python,ide)