-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python Skulpt #562
Comments
I have two thoughts on how I'd approach this.
No matter how you approach this, you are going to need to make changes within https://github.com/mozilla/brackets vs. this repo--the Bramble editor/preview iframe gets hosted by Thimble, but the code isn't here. You might also decide that you want to hack this in at a lower level than what I've described above (e.g., you might want to change the server to assume python files are being requested, and serve .js scripts when they are asked for via URLs). If that's the case, forking Bramble and doing that might be the easiest. Let me know if you have questions about the above. It's doable, but it will require some surgery on our code to make it happen, and not all of it is easy to find. I'm happy to guide you here if you have questions. |
I am looking to integrate Skulpt with Brackets to allow Python code to be executed. Skulpt is a Javascript implementation of Python which means it can be executed on the web. The Skulpt library can provide a graphical output and is used by Trinket.
The text was updated successfully, but these errors were encountered: