Skip to content

Commit

Permalink
Merge pull request #76 from minrk/notebook-release
Browse files Browse the repository at this point in the history
get notebook css from stable release
  • Loading branch information
takluyver committed Jul 30, 2015
2 parents ffa69c7 + 765550c commit 5509930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}


notebook_css_version = '4.0.0-dev'
notebook_css_version = '4.0.1'
css_url = "https://cdn.jupyter.org/notebook/%s/style/style.min.css" % notebook_css_version

class FetchCSS(Command):
Expand Down

0 comments on commit 5509930

Please sign in to comment.