夜风

yefeng.freedom@gmail.com

抬头仰望夜空,哪一颗星星会对我眨眼呢?


Ai Env

jupyter extension(https://github.com/ipython-contrib/jupyter_contrib_nbextensions)

pip install jupyter_nbextensions_configurator jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
jupyter nbextensions_configurator enable --user

jupyter code auto complete

execute the command below

ipython profile create

this will create two files in ~/.ipython/profile_default/: ipython_config.py, ipython_kernel_config.py

add this code below in this two files

c.Completer.greedy = True
c.Completer.jedi_compute_type_timeout = 400
c.Completer.use_jedi = True

restart jupyter notebook, if it don’t work. enable Hinterland nbextension

打赏一个呗

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码支持