How to use dockers to associate a modular container with a jupter notebook

Hello, I’m a newcomer to dockers and modulus. I’m trying to load the modulus image through dockers. I have successfully established a container for modulus, but how do I load a jumper notebook on the module container to implement the running of the case?

Hi @shimanukilagrantql7846

You can do this by running a Jupyter notebook in the docker container. There’s information about this online, here’s a stack overflow post that concisely goes over the steps. Also the notebook tutorial in our docs was created from a Jupyter notebook, so you should be able to follow along there once your notebook is running.