Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using jupyter in docker but not running in docker environment #8

Open
xuzhawei opened this issue Sep 4, 2018 · 0 comments
Open

using jupyter in docker but not running in docker environment #8

xuzhawei opened this issue Sep 4, 2018 · 0 comments

Comments

@xuzhawei
Copy link

xuzhawei commented Sep 4, 2018

I open a demo.ipynb file in docker following the guild but it seems that it still run in local environment.

the code is :

import os
import sys
import random
import math
import numpy as np
import skimage.io
import matplotlib

and I get the error :no module named skimage.io

but I run python3 in docker and import skimage.io, it works

then I install scik-image in my computer's local environment, then run the code again, it works!

How can I make the code in jupyter run in docker ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant