-
Notifications
You must be signed in to change notification settings - Fork 572
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
Comments
@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? |
@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. |
If I had wanted to check that out & fix it myself (in the future), would that be an extensive hassle or pretty straightforward? |
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). |
@minrk can we update nbviewer once nbconvert is release with this fix? Thanks! |
Nbviewer seems to require an unconditional import from nbconvert (at least
it does [in the repo](
https://github.com/jupyter/nbviewer/blob/master/requirements.txt#L6) I
don't know about the actual live version).
This makes me think that as long as it is regularly built and/or follows
the master branch on the repo, then as soon as nbconvert is released it
should be updated.
Is it hosted on the same rackspace server as tmpnb and the cdn?
If someone will point me in the right direction, I'm happy to take care of
making sure that that once the nbconvert update happens (which should be
soon) it is propagated forward.
…On Wed, Dec 21, 2016 at 4:29 PM, Brian E. Granger ***@***.***> wrote:
@minrk <https://github.com/minrk> can we update nbviewer once nbconvert
is release with this fix? Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#497 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACXg6MI5MHdbKDq83CCRSno2x4zRQ7rhks5rKcRvgaJpZM4LSGRX>
.
|
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:
|
Great, thanks!
…On Thu, Dec 22, 2016 at 3:27 AM, Min RK ***@***.***> wrote:
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
<https://hub.docker.com/r/jupyter/nbviewer/> 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
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#497 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABr0LJ0FMasMGyhOwKnHQxn0XQIAPkpks5rKlCPgaJpZM4LSGRX>
.
--
Brian E. Granger
Associate Professor of Physics and Data Science
Cal Poly State University, San Luis Obispo
@ellisonbg on Twitter and GitHub
bgranger@calpoly.edu and ellisonbg@gmail.com
|
Based on dev meeting from 2016_51_2_0935, 4.3 has a new CSS table rendering scheme, should be updated.
The text was updated successfully, but these errors were encountered: