ome / EMBL-EBI-imaging-course-05-2023

BSD 2-Clause "Simplified" License
4 stars 4 forks source link

Notebook on Colab #1

Closed pwalczysko closed 1 year ago

pwalczysko commented 1 year ago

the cell

# libraries to interact with intermine
from intermine.webservice import Service

# libraries to interact with IDR
import requests
import json

Crashes with

---------------------------------------------------------------------------

ModuleNotFoundError                       Traceback (most recent call last)

[<ipython-input-1-ceef0aeca3c9>](https://localhost:8080/#) in <cell line: 2>()
      1 # libraries to interact with intermine
----> 2 from intermine.webservice import Service
      3 
      4 # libraries to interact with IDR
      5 import requests

ModuleNotFoundError: No module named 'intermine'
jburel commented 1 year ago

Colab is not yet supported

jburel commented 1 year ago

This is now fixed