dunovank / jupyter-themes

Custom Jupyter Notebook Themes
MIT License
9.75k stars 1.06k forks source link

Make the themes work for jupyter lab? #235

Open nafizh opened 6 years ago

nafizh commented 6 years ago

Incredibly excited with the release of jupyter lab. The only bummer is, it just has two themes at the moment. Is there a way to use the themes here for jupyter lab?

Btw, long time user of this repository for jupyter notebooks. Many thanks for your work.

dunovank commented 6 years ago

Yeah I'd really like to make the switch myself and would definitely like to take my themes with me when I do. Unfortunately it's a completely different framework but I've started looking into it. Will keep everyone up to date about any developments in this direction. (And thanks for your interest!)

reka18 commented 6 years ago

Keep up the good work!

ghost commented 6 years ago

@dunovank How is it going with the jupyterlab porting? Do you think it is possible to reuse the current themes for the new framework?

josesho commented 6 years ago

@qubix12 I did a quick and dirty port of Solarized Dark for JupyterLab; still a WIP but hope it helps!

dunovank commented 6 years ago

Awesome! Can't wait to play around with it. Thanks for posting, def keep us updated!

arredond commented 5 years ago

Any updates on how this is going @dunovank ?

I just installed jupyterthemes and they're working fine w/ notebooks but not lab.

Awesome work btw, the themes are stunning and I love how quick and easy it is to switch betwen them, since I'm a constant dark/light mode switcher depending on the time of day.

nicdelillo commented 5 years ago

@dunovank , can you also look into this if you are developing a JupLab package for themese ?

https://github.com/jupyter/help/issues/521

I would really pay if you someone could inlcude that package and would not take too much time

josesho commented 5 years ago

@Ngiggs I hacked up my own Solarized Dark theme here. The parent thread and this Jupyter notebook might also be useful in helping you hack up your own theme.

With regards to developing a full-blown JupyterLab theme, you'd need be fairly well-versed in Javascript package development, just a friendly tip!

drheatherwalker commented 5 years ago

It looks like you can use this to make the theme permanent somehow, rather than having to run the code each time we start up jupyter. Have you tried this?

josesho commented 5 years ago

@drheatherwalker I gave it a shot a while back, but ran into some errors. I'm not versed in JavaScript development, and I found that tutorial you linked to a bit opaque for a beginner.... might try again!

paulnakroshis commented 4 years ago

I will second the idea that it would be nice to have the theming capable of the notebook in the jupyter lab notebooks. Javascript is unfortunately not my forte. :-(

eddy-geek commented 4 years ago

@dunovank is it possible to use jt with the Classic Notebook that is built in JupyterLab (and accessible through Help > Launch Classic Notebook and the /tree URL)

It does not seem to work for me.