Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CSS to more recent notebook #497

Closed
mpacer opened this issue Dec 20, 2016 · 8 comments · Fixed by #498
Closed

Update CSS to more recent notebook #497

mpacer opened this issue Dec 20, 2016 · 8 comments · Fixed by #498
Milestone

Comments

@mpacer
Copy link
Member

mpacer commented Dec 20, 2016

Based on dev meeting from 2016_51_2_0935, 4.3 has a new CSS table rendering scheme, should be updated.

@mpacer
Copy link
Member Author

mpacer commented Dec 20, 2016

@minrk @ellisonbg as of right now, there's no css on the cdn at https://cdn.jupyter.org/notebook/4.3.0/style/style.min.css.

How do I change that?

@minrk
Copy link
Member

minrk commented Dec 20, 2016

@michaelpacer sorry, it should be there now. The CDN bot migrated to a new machine, but was missing a dependency for the cron job that fetches new releases. Everything should be set now.

@mpacer
Copy link
Member Author

mpacer commented Dec 20, 2016

If I had wanted to check that out & fix it myself (in the future), would that be an extensive hassle or pretty straightforward?

@minrk
Copy link
Member

minrk commented Dec 20, 2016

It would have been a bit of a hassle, but I'm working on better documenting some of the services stuff. The CDN scripts hare here, and run as a cron job on one of our rackspace servers (multipurpose). This had been running on a different rackspace account, and I migrated to a new instance recently, where I missed installing the dependencies needed to run the cdn update script (which was running, just not succeeding).

@ellisonbg
Copy link
Contributor

@minrk can we update nbviewer once nbconvert is release with this fix? Thanks!

@mpacer
Copy link
Member Author

mpacer commented Dec 22, 2016 via email

@minrk
Copy link
Member

minrk commented Dec 22, 2016

nbviewer is automatically redeployed, but it will get the latest versions when it is next deployed. To deploy nbviewer with the latest versions of things:

  1. trigger docker rebuild, either manually here or by making a change to the nbviewer repo (builds are triggered on commit to the repo, but not upstream changes). For instance, a PR that pins nbconvert to >= 5.0 would do it.
  2. ssh to the nbviewer server on rackspace
  3. cd to /srv/nbviewer and run invoke upgrade

@ellisonbg
Copy link
Contributor

ellisonbg commented Dec 22, 2016 via email

@minrk minrk added this to the 5.1 milestone Mar 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants