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
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
@apolinario Thanks for your interest in JupyterLab. This feature seems like a specific use case which is a good idea for a 3rd party extension. This is not something that JupyterLab expects to add to it's core extensions. Here is the Extension Developer Guide to help you get started with creating this extension. Contributions by other community members are also welcome!
Problem
If one alternates between Google Colab and a local environment, the Google Colab Form syntax is not available on JupyterLab
https://colab.research.google.com/notebooks/forms.ipynb
Proposed Solution
Either natively or a plugin/extension that could support the same syntax that Colab uses for its forms
Additional context
I don't know how useful that is, but the code Colab uses for orchestrating its forms seems to be this one: https://colab.research.google.com/v2/external/external_polymer_binary.js
The text was updated successfully, but these errors were encountered: