Sugato Ray

Results 130 comments of Sugato Ray

I am working on this. Here's the PR. - https://github.com/conda-forge/staged-recipes/pull/20031

@volpoh Please try and print the entire html in a single print call, as you see that each print call essentially packs the python code inside a set of ``....

You can do this under ``. [**EDIT**]: I realized later that you are asking for this to be a separate tag that allows loading python modules. ### Example using ``...

Hi @jim22k, > However, Jupyter notebooks can't teach relative imports and __init__.py. I would disagree with this. You can write any file from jupyter notebooks. Save the contents of a...

Did you include the `UTF-8` encoding information in the html page? Please see this one. - https://github.com/pyscript/pyscript/blob/main/pyscriptjs/examples/d3.html Also, please share a minimum viable example of the code (strip out anything...

cc: @mnmelo , @thomasaarholt , @dnadeau4 `lazy_import` is available on conda-forge. I believe this issue can be closed now. - conda: https://anaconda.org/conda-forge/lazy_import - conda-forge-feedstock: https://github.com/conda-forge/lazy_import-feedstock This was added to conda-forge...

@cosmicBboy Just a note on the pandera recipe you shared as an example: this is called `subpackage` structure in a single feedstock. Typically, if you have multiple `optional_installs` in your...