From 0295bf3ca7034c446f8805fec976e8e19af177c1 Mon Sep 17 00:00:00 2001 From: matteoettam09 Date: Fri, 15 Mar 2024 22:26:17 +0000 Subject: [PATCH] fix: datacrunch-rally setup --- competitions/datacrunch-rally/quickstarter/quickstarter.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/competitions/datacrunch-rally/quickstarter/quickstarter.ipynb b/competitions/datacrunch-rally/quickstarter/quickstarter.ipynb index eb55636..1a0b0e7 100644 --- a/competitions/datacrunch-rally/quickstarter/quickstarter.ipynb +++ b/competitions/datacrunch-rally/quickstarter/quickstarter.ipynb @@ -47,7 +47,7 @@ "# Install\n", "%pip install crunch-cli --upgrade\n", "\n", - "!crunch setup datacrunch . --token qbjrYSqcS9Rzr2KDu5qR4UPA3x6JoX6kwxowpsD8tF5zlsnYKdcL7YSxmdzcMy1x --force # <- replace with your token: https://hub.crunchdao.com/competitions/datacrunch/submit/via/notebook" + "!crunch setup datacrunch-rally . --token qbjrYSqcS9Rzr2KDu5qR4UPA3x6JoX6kwxowpsD8tF5zlsnYKdcL7YSxmdzcMy1x --force # <- replace with your token: https://hub.crunchdao.com/competitions/datacrunch/submit/via/notebook" ] }, {