girip opened a new issue, #33:
URL: https://github.com/apache/airavata-cerebrum/issues/33
It looks like if I try just the first block of the notebook cell, I get the
following error
```sh
~ python
Python 3.10.20 | packaged by conda-forge | (main, Jun 11 2026, 03:28:47)
[Clang 19.1.7 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
import cerebrum
>>> import cerebrum
from airavata_cerebrum.recipe import RecipeSetup, ModelRecipe
from airavata_cerebrum.model.structure import Network
from airavata_cerebrum.view.tree import DataSourceRecipeView,
Data2ModelRecipeView, NetworkStructureView
>>> from src import model as v1model
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'src'
>>> from src import operations as v1ops
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'src'
```
It would be very helpful for users to have something working directly from
python, so to see what are its functionalities.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]