text-to-image
text-to-image copied to clipboard
Run jupyter
from where to run the notebook ?
Just in the project dir, there is a .ipynb file.
how to run? After
docker run -it --name attngan -p 8888:8888 attngan bash
I'm in bash mode.
root@b0b9d1bae644:/usr/src/app#
When I run the notebook to launch in localhost:8888
as follows:
root@b0b9d1bae644:/usr/src/app# jupyter notebook
it says there's no jupyter
command.
Can you show me how to run the notebook?