gordon-posit commited on
Commit
6354197
1 Parent(s): b810e41

Update docker

Browse files
Files changed (2) hide show
  1. requirements.txt +2 -1
  2. src/index.qmd +1 -1
requirements.txt CHANGED
@@ -1,2 +1,3 @@
1
  pandas
2
- seaborn
 
 
1
  pandas
2
+ seaborn
3
+ jupyter
src/index.qmd CHANGED
@@ -34,4 +34,4 @@ plt.show()
34
 
35
  You can also include [inline code](https://quarto.org/docs/computations/inline-code.html) to insert computed values into text.
36
  For example we can reference the `tips` data frame which was defined in the preceding code block by wrapping it in ``{python} tips['tip'].max()``.
37
- The ouput of the inline code in inte `{python} tips['tip'].max()`. You can control [code execution](https://quarto.org/docs/computations/execution-options.html), or [freeze code output](https://quarto.org/docs/projects/code-execution.html#freeze) to capture the output of long running computations.
 
34
 
35
  You can also include [inline code](https://quarto.org/docs/computations/inline-code.html) to insert computed values into text.
36
  For example we can reference the `tips` data frame which was defined in the preceding code block by wrapping it in ``{python} tips['tip'].max()``.
37
+ You can control [code execution](https://quarto.org/docs/computations/execution-options.html), or [freeze code output](https://quarto.org/docs/projects/code-execution.html#freeze) to capture the output of long running computations.