Skip to content

Commit

Permalink
fixed Profiling tutorial (fails when executed outside from its direct…
Browse files Browse the repository at this point in the history
…ory)
  • Loading branch information
mtitov committed Oct 27, 2023
1 parent b262971 commit ed12a52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/source/tutorials/profiling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,7 @@
"metadata": {},
"outputs": [],
"source": [
"sessions = !ls -t \"$PWD\" | grep rp.session.\n",
"session_id = sessions[0]\n",
"%env SESSION_ID=$session_id"
"%env SESSION_ID=$session.uid"
]
},
{
Expand Down

0 comments on commit ed12a52

Please sign in to comment.