Skip to content

Commit

Permalink
Merge pull request #8551 from OpenMined/docs-fix
Browse files Browse the repository at this point in the history
fix notebook: mention opendp
  • Loading branch information
koenvanderveen committed Mar 5, 2024
2 parents 195a2f5 + 9c0c9e7 commit 26c72c3
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion notebooks/api/0.8/01-submit-code.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,22 @@
" return (float(total / 1_000_000), float(noise))"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Before we can run this, we need to run:"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"```\n",
"pip install opendp\n",
"```"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -583,7 +599,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.2"
"version": "3.9.16"
},
"toc": {
"base_numbering": 1,
Expand Down

0 comments on commit 26c72c3

Please sign in to comment.