Add a Python website to the gallery ? #1123
linogaliana
started this conversation in
Show and Tell
Replies: 1 comment 1 reply
-
Hi there! Thanks for letting us know about this. We're going to be expanding our gallery soon and will definitely add your site to it when we do. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context
I create a complete course on
Python
for data scientists thanks toquarto
(combined withhugo
) : https://pythonds.linogaliana.fr/ (github repo: https://github.com/linogaliana/python-datascientist). As you might see, the website is quite complex and also proposefolium
orplotly
examples (here or here for instance)I am really happy to finally have an equivalent to R Markdown for Python. Up to now, I was using hideous hacks to generate from the same
.Rmd
(usingreticulate
) both my static website and some notebooks. Withquarto
, this time is over and I now have consistent way to publish a static website and give students the possibility to start from the same content into notebooks as exercises. I propose several environments where they can open the notebook (e.g. google colab or binder)Question
I saw that you propose a really nice gallery of examples in https://quarto.org/docs/gallery/. Would it be possible to add my Python course website in this gallery ? This course website shows we can build very sophisticated websites with
quarto
and propose several outputs from the same source code.Beta Was this translation helpful? Give feedback.
All reactions