Skip to content

Commit

Permalink
clear cell output
Browse files Browse the repository at this point in the history
  • Loading branch information
kondratyevd committed Mar 28, 2024
1 parent 0239983 commit 9138788
Showing 1 changed file with 3 additions and 41 deletions.
44 changes: 3 additions & 41 deletions notebooks/2.1_Single-file.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,48 +23,10 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "b15f6911-00e5-4d23-8c20-f39b5223335d",
"metadata": {
"collapsed": true,
"jupyter": {
"outputs_hidden": true
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Directory ./configs_2.1 already exists, will clean all YAML files from it.\n",
"Saved 6 config files to ./configs_2.1\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
" 17%|█▋ | 1/6 [00:21<01:47, 21.50s/it]/depot/cms/kernels/python3/lib/python3.10/site-packages/distributed/node.py:182: UserWarning: Port 8787 is already in use.\n",
"Perhaps you already have a cluster running?\n",
"Hosting the HTTP server on port 39477 instead\n",
" warnings.warn(\n",
" 50%|█████ | 3/6 [01:11<01:07, 22.47s/it]/depot/cms/kernels/python3/lib/python3.10/site-packages/distributed/node.py:182: UserWarning: Port 8787 is already in use.\n",
"Perhaps you already have a cluster running?\n",
"Hosting the HTTP server on port 37267 instead\n",
" warnings.warn(\n",
" 67%|██████▋ | 4/6 [02:36<01:33, 46.87s/it]2024-03-28 16:35:17,534 - distributed.utils_perf - WARNING - full garbage collections took 10% CPU time recently (threshold: 10%)\n",
"2024-03-28 16:35:18,157 - distributed.utils_perf - WARNING - full garbage collections took 10% CPU time recently (threshold: 10%)\n",
"2024-03-28 16:35:19,065 - distributed.utils_perf - WARNING - full garbage collections took 10% CPU time recently (threshold: 10%)\n",
"2024-03-28 16:35:19,846 - distributed.utils_perf - WARNING - full garbage collections took 10% CPU time recently (threshold: 10%)\n",
"2024-03-28 16:35:20,441 - distributed.utils_perf - WARNING - full garbage collections took 10% CPU time recently (threshold: 10%)\n",
" 83%|████████▎ | 5/6 [05:17<01:28, 88.28s/it]/depot/cms/kernels/python3/lib/python3.10/site-packages/distributed/node.py:182: UserWarning: Port 8787 is already in use.\n",
"Perhaps you already have a cluster running?\n",
"Hosting the HTTP server on port 39251 instead\n",
" warnings.warn(\n",
"100%|██████████| 6/6 [05:37<00:00, 56.20s/it]\n"
]
}
],
"metadata": {},
"outputs": [],
"source": [
"# warning: all YAML files will be deleted fron this directory before proceeding\n",
"config_path = \"./configs_2.1\"\n",
Expand Down

0 comments on commit 9138788

Please sign in to comment.