Skip to content

Commit

Permalink
fix: correct image path
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 authored Jan 21, 2025
1 parent 373d3b9 commit 77b6ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/2025/jupyter-book-cors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ We've recently been working to integrate [Jupyter Book 2][jb2] workflows with ou

We want a workflow like this to be as seamless and un-complicated as possible. We also want it to follow the same fundamental workflow as the [nbgitpuller-based launch buttons](https://docs.2i2c.org/community/content/). Along the way, we realized that we needed to coordinate development across [Jupyter Book 2][jb2]], [JupyterHub](https://jupyter.readthedocs.io), and [BinderHub](https://binderhub.readthedocs.io).

{{< figure src="./images/featured.png" caption="The three projects (Jupyter Book, BinderHub, and JupyterHub) that needed to work together to enable 'bring your own binderhub' workflows." >}}
{{< figure src="./featured.png" caption="The three projects (Jupyter Book, BinderHub, and JupyterHub) that needed to work together to enable 'bring your own binderhub' workflows." >}}

## Getting Jupyter Book to discover Jupyter Hub

Expand Down

0 comments on commit 77b6ff4

Please sign in to comment.