atait / jupyter-meep

Notebook-based MEEP with convenience and examples
MIT License
8 stars 5 forks source link

ModuleNotFoundError: No module named 'nc_library' #2

Open Ydeh22 opened 2 years ago

Ydeh22 commented 2 years ago

Screenshot from 2022-03-16 00-37-34 Screenshot from 2022-03-16 00-37-19

1)Error while running gds-loopmirror notebook for loop mirror reflector (ModuleNotFoundError: No module named 'nc_library')

2)Error while running microdisk notebook (FileNotFoundError: [Errno 2] No such file or directory: '/home/haima/Downloads/MEEP_collection/jupyter-meep-master/notebooks/Microresonators/data/microresonators' )

atait commented 2 years ago

I have removed that dependency on nc_library. The microdisk notebook needs you to generate the data before it can be loaded. Please run

mkdir -p /home/haima/Downloads/MEEP_collection/jupyter-meep-master/notebooks/Microresonators/data/microresonators

then run the notebook with any isResimulating set to True

Ydeh22 commented 2 years ago

Thank you. I'll check it out