Hello!
I am currently learning DAML (still on part 1 from the free certification) and I would like to know if anyone has managed to load these tools in Google Colab.
I found another post by someone calling the JSON API from Python, but I would be interested in a pre-configured notebook that installs shell scala and haskell requirements with line or cell magics.
Thinking out loud, if it is possible I think there are two options:
100% Cloud
Pros:
- True cloud portability
- Guaranteed same environment from user to user
Cons:
- Free Google Colab might not have enough “ummph”
- Google Colab configuration may be more complicated
Colab with local runtime
Pros:
- Fewer hidden parts
- More control
Cons:
- Not true cloud portability
- Local environment can be unpredictable