You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, can you please help to run the code on google colab?
How to view images on the colab without doing much work? For each file? Probably creating a directory on the notebook colab folder, where I put all the images?
Then there's the watermark problem, which is easy, I've just added pip install to your files:
# add this to run in colab:
!pip install -q -U watermark
# this is the same
%load_ext watermark
%watermark -a "Sebastian Raschka" -u -d -p numpy,pandas,matplotlib,sklearn
The text was updated successfully, but these errors were encountered:
You could comment out or disable those cells because they are not really needed. I just have them in the notebooks so it is easier to find the respective code when looking at the notebooks
You could replace the relative links by links to the images on github, but this would probably be tedious.
Hello, can you please help to run the code on google colab?
How to view images on the colab without doing much work? For each file? Probably creating a directory on the notebook colab folder, where I put all the images?
Right now I get this error:
Then there's the watermark problem, which is easy, I've just added pip install to your files:
The text was updated successfully, but these errors were encountered: