Public API, full-width mode & featured notebooks
🤖 Introducing a public API to run notebooks programmatically
Introducing our first public API endpoint for executing notebooks! You can now programmatically trigger notebooks to run from external applications.
This opens up a host of automation opportunities, from customized scheduling to integrating notebooks deeper into existing workflows together with other applications.
Read the docs for more on this release →
Releasing a public API is just our first step toward building a rich API ecosystem around data notebooks. We'd love to hear what endpoints and capabilities you'd like to see — head to our Product Portal and share what you'd like us to build next.
🧱 Change text block types
We’ve added the option to easily change text blocks to a different type (e.g., turn a paragraph into a callout).
Simply click the hamburger (Block action) menu and select the block type you’d like to convert to.
More on this update (and all of our recent rich text improvements) in our docs →
↔️ Full-width mode for notebooks
By popular demand, we’ve added full-width mode to notebooks so you can take full advantage of those large displays. Just toggle to full-width mode in the right-hand settings of Deepnote and your notebook will automatically expand to the width of available space.
Pro tip: Full-width mode is particularly handy when working with long lines of queries and wide outputs — no more long scrolling!
📓 Featured notebooks
-
The Whopper Index 🍔: Robert Ritz uses a dataset of Burger King’s Whopper prices and exchange rates across 49 countries to uncover purchasing power parity around the globe.
-
Probabilistic sales forecasting 🔮: Here's part one (the exploratory programming part) of a two-part series that uses discrete distribution models to forecast consumer behavior and purchasing patterns.