Skip to content

Commit

Permalink
Move to notebook 5.7.8
Browse files Browse the repository at this point in the history
5.7.7 release was deleted
  • Loading branch information
parente committed Apr 10, 2019
1 parent 361667d commit 03e89ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks.py
Expand Up @@ -13,8 +13,8 @@

import invoke

NOTEBOOK_VERSION = '5.7.7' # the notebook version whose LESS we will use
NOTEBOOK_CHECKSUM = '19df5755bc21bb1f711e6415f6f620bf7c71cb6c8318a25bc151fe31bdfe4047' # sha256 checksum of notebook tarball
NOTEBOOK_VERSION = '5.7.8' # the notebook version whose LESS we will use
NOTEBOOK_CHECKSUM = '573e0ae650c5d76b18b6e564ba6d21bf321d00847de1d215b418acb64f056eb8' # sha256 checksum of notebook tarball

APP_ROOT = os.path.dirname(__file__)
NPM_BIN = os.path.join(APP_ROOT, "node_modules", ".bin")
Expand Down

0 comments on commit 03e89ac

Please sign in to comment.