Skip to content

Commit

Permalink
Remove reference to uv
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinD committed Aug 30, 2024
1 parent 22a5893 commit 40ad535
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@ gds = sessions.get_or_create(
Now that we have created a session, let’s list all our sessions to see
what that looks like

[source, python, role=no-test]
----
%uv pip show pandas
----

[source, python, role=no-test]
----
gds_sessions = sessions.list()
Expand Down
9 changes: 0 additions & 9 deletions examples/gds-sessions-self-managed.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,6 @@
"Now that we have created a session, let's list all our sessions to see what that looks like"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%uv pip show pandas"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 40ad535

Please sign in to comment.