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
I'm trying to set up the Basilisp kernel in Google Colab but ran into an issue.
The kernel installs fine via !pip install basilisp-kernel, appears in the list of runtime types, and even starts up without any errors. However, the code cells still accept and execute Python code, which is really bizarre.
I checked the code, and from what I understand, the backend executes Basilisp by running it within a Python interpreter using the Basilisp compiler and runtime libraries. If that's the case, could this be the reason why the issue is happening?
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to set up the Basilisp kernel in Google Colab but ran into an issue.
The kernel installs fine via !pip install basilisp-kernel, appears in the list of runtime types, and even starts up without any errors. However, the code cells still accept and execute Python code, which is really bizarre.
I checked the code, and from what I understand, the backend executes Basilisp by running it within a Python interpreter using the Basilisp compiler and runtime libraries. If that's the case, could this be the reason why the issue is happening?
The text was updated successfully, but these errors were encountered: