Skip to content

Commit

Permalink
Uncommented api_token
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddhantSadangi committed Jun 26, 2024
1 parent 378a5ff commit eab88ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion how-to-guides/hello-neptune/notebooks/hello_neptune.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"\n",
"run = neptune.init_run(\n",
" project=\"common/quickstarts\",\n",
" # api_token=neptune.ANONYMOUS_API_TOKEN,\n",
" api_token=neptune.ANONYMOUS_API_TOKEN,\n",
" capture_hardware_metrics=True,\n",
" capture_stderr=True,\n",
" capture_stdout=True,\n",
Expand Down

0 comments on commit eab88ad

Please sign in to comment.