Eduardo Blancas

Results 295 comments of Eduardo Blancas

For rendering a local file: ```python from pathlib import Path from requests_html import HTML, AsyncHTMLSession session = AsyncHTMLSession() html = HTML(html=Path('file.html').read_text(), session=session) await html.arender() print(html.html) ```

I'm using tildes because the [docs](https://jupytext.readthedocs.io/en/latest/formats.html#jupytext-markdown) mention that you can use them if you don't want Jupyter to recognize them as code cells (I have some .md files where some...

For anyone who needs this: I implemented a custom engine to enable this: [ploomber-engine](https://github.com/ploomber/ploomber-engine)

You can use [Ploomber](https://github.com/ploomber/ploomber) for this. I built it on top of papermill to allow assembling multi-notebook pipelines. If you have independent notebooks, it'll run them in separate sub-processes. [Here's...

For new users (like me), it's hard to figure out the solution, as an alternative to setting it as default, the error: > ERROR: Execution Failed with traceback saved in...

Sure, I updated the description.

@conda-forge/help-python ready for review!

done, license file deleted! @carterbox

@conda-forge/help-python ready for review!