Make clearml installation in jupyter notebooks optional

This commit is contained in:
Alex Burlacu
2023-04-03 18:30:57 +03:00
parent 202d93ce21
commit f9b370b947
18 changed files with 157 additions and 85 deletions

View File

@@ -26,8 +26,8 @@
},
"outputs": [],
"source": [
"!pip install clearml\n",
"!pip install numpy"
"# If you don't have ClearML installed then uncomment this line\n",
"# !pip install clearml"
]
},
{