Ido M
Ido M
@yafimvo I see some tests are failing
@e1ha You'd have to generate it (I sent you in slack a sample html). You can use any of the templates, use: `ploomber plot --backend d3` (make sure you're on...
@jramirez857 want to take a look?
@imskr can you be more specific? What issues are you having? Basically you need to import: `import from IPython.display import IFrame` and then replace: ` _embedded_html(path=path)` with `IFrame(src=path)`
reopening, as we'll take this approach: https://github.com/ploomber/ploomber/pull/981
There are 2 pieces to the docs: 1. The [docs folder](https://github.com/ploomber/ploomber/blob/master/doc/index.rst) in the ploomber repo. 2. [The projects repo](https://github.com/ploomber/projects) We're using readthedocs and sphinx behind the scenes to generate it...
It takes a few minutes to show, there's a ci that builds the changes and deploys it. Also make sure you're editing the right files? (those generated htmls aren't the...
Maybe having a way to play with it might be easier to see the UX? like if we deploy it on some jupyterlab instance. I think the shortcut is great,...
It doesn't work with metadata? maybe we can add tags on the snippets On Mon, May 23, 2022 at 12:00 PM Eduardo Blancas ***@***.***> wrote: > This is related to...
This is what I meant with metadata: https://www.algolia.com/doc/framework-integration/symfony/indexing/configure-searchable-data/ We can define a custom crawler that gets the snippet, parse the yaml and perform search on all of it.