<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
</HEAD>
<BODY>
Hi,<BR>
I cloned the current git (14 dev?). Installed it, but when I run ipython, it still says 0.13.<BR>
<BR>
Also, I changed the page.html in templates in the source directory and re-installed and its STILL the old template.<BR>
<BR>
How can I change the html page template?<BR>
<BR>
thanks!<BR>
Darren<BR>
<BR>
On Tue, 2012-08-07 at 21:17 +0200, Matthias BUSSONNIER wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
<BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
Le 7 août 2012 à 21:14, Darren Govoni a écrit :
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE TYPE=CITE>
Thanks. I will try that. I'm using 13<BR>
<BR>
</BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BR>
<BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
it won't works, is s only on 0.14.dev…
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
sorry.
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BR>
<BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BR>
<BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
you can try a
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
$ locate jquery-ui.min.css
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
…
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
it will reduce the places where to look for..
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BR>
<BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
--
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
Matthias
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BR>
<BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BR>
<BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE TYPE=CITE>
<BR>
On Tue, 2012-08-07 at 20:55 +0200, Matthias BUSSONNIER wrote: <BR>
<BLOCKQUOTE TYPE=CITE>
<BR>
<BR>
<BR>
<BR>
<BR>
Le 7 août 2012 à 20:50, Carl Smith a écrit :<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
I'm on my phone, but I think you need to look in the hidden IPy dir which is your home dir.<BR>
~/.ipython<BR>
<BR>
<BR>
<BR>
</BLOCKQUOTE>
<BR>
<BR>
Which version are you using ? <BR>
<BR>
<BR>
If you are running from dev, you don't need to overwrite the installation's file: <BR>
<BR>
<BR>
Just go into your .profile/desired_profile/<BR>
<BR>
<BR>
create a folder named static/<BR>
and create in the folder any file you want to override<BR>
(basically copy the /static folder from the source an modify what you wish)<BR>
<BR>
<BR>
Meaning you can have a per profile theme.<BR>
-- <BR>
Matthias<BR>
<BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
On Aug 7, 2012 7:47 PM, "Darren Govoni" <<A HREF="mailto:darren@ontrenet.com">darren@ontrenet.com</A>> wrote: <BR>
<BLOCKQUOTE>
Hi,<BR>
I'm trying to style my ipython notebook, but can't find the directory:<BR>
<BR>
"..\frontend\html\notebook\static\jquery\css\themes"<BR>
<BR>
Where is it located? I use linux.<BR>
<BR>
Darren<BR>
<BR>
On Mon, 2012-07-02 at 06:18 +0100, Carl Smith wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
This is cool. Have you mentioned it on github or IPython Dev?<BR>
<BR>
On Jul 2, 2012 2:27 AM, "klo uo" <<A HREF="mailto:klonuo@gmail.com">klonuo@gmail.com</A>> wrote:<BR>
<BLOCKQUOTE>
Initially I thought to try and roll my own CSS, but when I looked<BR>
closer it's probably bad idea.<BR>
What I managed to do is distill missing elements from "base" css style<BR>
and then include main css from themes available here:<BR>
<A HREF="http://jqueryui.com/themeroller">http://jqueryui.com/themeroller</A><BR>
<BR>
In short, you download theme and copy theme folder (it's in css<BR>
subfolder in downloaded theme archive) in<BR>
"..\frontend\html\notebook\static\jquery\css\themes", then just put<BR>
there (in new theme folder) my attached css file, and change line 9 in<BR>
"..\frontend\html\notebook\templates\page.html" accordingly.<BR>
This can be simplified with entry in ipython notebook config file I guess.<BR>
<BR>
Screenshots:<BR>
<A HREF="http://i.imgur.com/KbxfU.png">http://i.imgur.com/KbxfU.png</A><BR>
<A HREF="http://i.imgur.com/5NUmK.png">http://i.imgur.com/5NUmK.png</A><BR>
<BR>
Attached css file is not "least common denominator" and can be further<BR>
reduced, and I think it works fine from what I tested. With dark<BR>
themes it doesn't work. I also wonder why the author of these changes<BR>
didn't create new css file and then include original css in it, so<BR>
that this kind of reversing could have been avoided, and changing the<BR>
theme would have been easier.<BR>
<BR>
Whatever, if you think it's interesting I could include detailed<BR>
walkthrough in wiki, although procedure is simple but maybe not<BR>
obvious to all. Also if I missed something I would like to know. Don't<BR>
tell me there is already way to do this :D<BR>
<BR>
Cheers<BR>
<BR>
_______________________________________________<BR>
IPython-User mailing list<BR>
<A HREF="mailto:IPython-User@scipy.org">IPython-User@scipy.org</A><BR>
<A HREF="http://mail.scipy.org/mailman/listinfo/ipython-user">http://mail.scipy.org/mailman/listinfo/ipython-user</A><BR>
<BR>
</BLOCKQUOTE>
<PRE>
_______________________________________________
IPython-User mailing list
<A HREF="mailto:IPython-User@scipy.org">IPython-User@scipy.org</A>
<A HREF="http://mail.scipy.org/mailman/listinfo/ipython-user">http://mail.scipy.org/mailman/listinfo/ipython-user</A>
</PRE>
</BLOCKQUOTE>
<BR>
<BR>
<BR>
_______________________________________________<BR>
IPython-User mailing list<BR>
<A HREF="mailto:IPython-User@scipy.org">IPython-User@scipy.org</A><BR>
<A HREF="http://mail.scipy.org/mailman/listinfo/ipython-user">http://mail.scipy.org/mailman/listinfo/ipython-user</A><BR>
<BR>
</BLOCKQUOTE>
_______________________________________________<BR>
IPython-User mailing list<BR>
<A HREF="mailto:IPython-User@scipy.org">IPython-User@scipy.org</A><BR>
<A HREF="http://mail.scipy.org/mailman/listinfo/ipython-user">http://mail.scipy.org/mailman/listinfo/ipython-user</A> <BR>
</BLOCKQUOTE>
<BR>
<PRE>
_______________________________________________
IPython-User mailing list
<A HREF="mailto:IPython-User@scipy.org">IPython-User@scipy.org</A>
<A HREF="http://mail.scipy.org/mailman/listinfo/ipython-user">http://mail.scipy.org/mailman/listinfo/ipython-user</A>
</PRE>
</BLOCKQUOTE>
<BR>
<BR>
</BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE TYPE=CITE>
_______________________________________________<BR>
IPython-User mailing list<BR>
<A HREF="mailto:IPython-User@scipy.org">IPython-User@scipy.org</A><BR>
http://mail.scipy.org/mailman/listinfo/ipython-user
</BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BR>
<PRE>
_______________________________________________
IPython-User mailing list
<A HREF="mailto:IPython-User@scipy.org">IPython-User@scipy.org</A>
<A HREF="http://mail.scipy.org/mailman/listinfo/ipython-user">http://mail.scipy.org/mailman/listinfo/ipython-user</A>
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>