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
My questions:
1- Can I use this template for commercial use? I am selling online courses and I need to use online editor for my courses. I was using DataCamp light, but I don't like to put DataCamp logo and URL everywhere inside my website.
I see the code in the course-starter-python/exercises/test.py is very difficult. Can I use Ex().has_equal_ast(exact=False) ? is there any simple code to match the answer with solution?
3- How to embed an interactive code widget ( with run button ) on a website or a blog ( like yours in the home page of https://spacy.io )?
4- Is there any way to write the title and description of "chapter1.md" RTL?
My suggestion:
I suggest you create a Wordpress plugin and also I suggest you make a video to explain how to use this project on any website or blog to make any website or blog interactive.
Finally, big thanks to you for this brilliant project, I really like it and I think this project better than DataCamp light and it will help many course creator around the world.
The text was updated successfully, but these errors were encountered:
1- Can I use this template for commercial use? I am selling online courses and I need to use online editor for my courses. I was using DataCamp light, but I don't like to put DataCamp logo and URL everywhere inside my website.
Yes, the source code is MIT licensed, so you can use it commercially.
I see the code in the course-starter-python/exercises/test.py is very difficult. Can I use Ex().has_equal_ast(exact=False) ? is there any simple code to match the answer with solution?
I hope it's not too difficult – the idea was to model it more closely to native Python tests so you can just write assertions instead of having to know a custom test framework and API. __solution__ is the string value of the submitted code, and you also have access to any variables defined in the solution code and can perform any checks you want, in Python. You can probably implement your own logic that does more checks yourself if needed.
3- How to embed an interactive code widget ( with run button ) on a website or a blog ( like yours in the home page of spacy.io )?
I suggest you create a Wordpress plugin and also I suggest you make a video to explain how to use this project on any website or blog to make any website or blog interactive.
This is an interesting idea, but I don't have time for this, sorry! This is a personal open-source project and I chose to publish it to make it easier for other to use my code if they want to.
Hello,
I have 4 questions and 1 suggestion.
My questions:
1- Can I use this template for commercial use? I am selling online courses and I need to use online editor for my courses. I was using DataCamp light, but I don't like to put DataCamp logo and URL everywhere inside my website.
3- How to embed an interactive code widget ( with run button ) on a website or a blog ( like yours in the home page of https://spacy.io )?
4- Is there any way to write the title and description of "chapter1.md" RTL?
My suggestion:
I suggest you create a Wordpress plugin and also I suggest you make a video to explain how to use this project on any website or blog to make any website or blog interactive.
Finally, big thanks to you for this brilliant project, I really like it and I think this project better than DataCamp light and it will help many course creator around the world.
The text was updated successfully, but these errors were encountered: