We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: