w2v.py 文件源码

python
阅读 29 收藏 0 点赞 0 评论 0

项目:wtfrnn 作者: juliakreutzer 项目源码 文件源码
def _start_shell(local_ns=None):
  # An interactive shell is useful for debugging/development.
  import IPython
  user_ns = {}
  if local_ns:
    user_ns.update(local_ns)
  user_ns.update(globals())
  IPython.start_ipython(argv=[], user_ns=user_ns)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号