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
Kyle Rawlins edited this page Jun 20, 2022
·
4 revisions
Installation in Google Colab
It's very straightforward to load the lambda notebook in a google colab notebook, though (as far as I know) you can't change the kernel. To get this going do:
!pip install lambda-notebook
And then:
import lamb.lnsetup
lamb.lnsetup.ipython_setup()
This loads the same infrastructure as changing the kernel would, and all the lambda notebook magics and infrastructure should be loaded and in the current namespace.