Working Python Module Fails After Import into Jupyter Notebook

前端 未结 0 1829
心在旅途
心在旅途 2020-12-09 15:15

I have the following directory structure:

program/
  notebook.ipynb
  src/
    file1.py
    class1.py


file1.py
--------
  import class1

  def run():
    ..         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题