hello, sorry for the dummy question: how can I use...
# ieee-sscs-dc-24
j
hello, sorry for the dummy question: how can I use jupyter notebooks on JKU's docker?
b
I run VScode outside the container and use the container extension to open/work with files and programs inside the container. If you don't need to run programs (like Ngspice) from Jupyter, you don't need the extension, just access the files in the /designs folder from outside the container with whatever existing method you currently use for Jupyter notebooks on your system
j
@Boris Murmann thanks! I managed to make it partially work (with a lot of help from @aquiles viza), but I get stuck when trying to run the .ipynb line which invokes pygmid, how did you do to make it work from within the JKU docker?
b
Copy code
pip install pygmid
j
ok, managed using ./start_shell.sh to have root access, thanks!