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
There is code in the web editor to import python code from an encoded URL, but there isn't an implementation to actually create this URL. It would be useful to have a "share" button to generate the URL and pass it along to other people.
There is code in the web editor to import python code from an encoded URL, but there isn't an implementation to actually create this URL. It would be useful to have a "share" button to generate the URL and pass it along to other people.
I've written such a generator in Python (https://gist.github.com/eduvik/9a3fd4c62624ea103b5eb622ac67c311) , but it would be nice to have it built in to the editor
The text was updated successfully, but these errors were encountered: