About
Cute themes based on cute anime characters. With over 60 themes, the one you like the best, is probably here.
You can choose themes based on characters from these various Anime, Manga, or Visual Novels:
I've put together a demo notebook that demonstrates the core functionality of the doki-theme-jupyter
package.
For the optimal experience it's best you have:
The Doki Theme for Jupyter Notebook provides a command line interface. Which enables you decorate your notebook from your shell or notebook!
To install the package just run this command:
pip install pip doki-theme-jupyter
The Doki Theme for Jupyter Notebook has a few components. The following sections are dedicated to explaining theme in detail.
Now that you have dokithemejupyter
available, here's what each of the options does!
Help
dokithemejupyter --help
This command will show you all the available features the CLI provides. The rest of the sections below are dedicated to explaining each in detail.
List
dokithemejupyter --list
Wow! That's a bunch of themes! This command will output all the available themes to install.
Important, theme arguments are exact match and require the """
, don't forget to add those!
Set Theme
dokithemejupyter --set-theme "Franxx: Zero Two Dark Obsidian"
This is the most important command, which enables the decoration of your notebook with your waifu!
Important, theme arguments are exact match and require the ""
, don't forget to add those!
Sticker
dokithemejupyter --sticker --set-theme "Franxx: Zero Two Dark Obsidian"
This installs your selected theme with the cute sticker in the righthand corner. Running a set theme command without the sticker parameter will remove the sticker.
dokithemejupyter --sticker
Will only install the sticker for the current theme.
dokithemejupyter --disable-wallpaper
Will remove the installed-by-default wallpaper for the current theme. The argument can also be passed while setting the theme as well.
Remove
dokithemejupyter --remove
Sad to see you go, I'll be seeing you around friend! This command removes all the notebook decoration and restores the defaults.
Version
dokithemejupyter --version
You keep your packages up to date right? Well you don't want to miss any updates, you might be missing some girls!
Your otaku experience is not complete without a little extra decoration.
This is a python API that will color matplotlib's plotter to your currently selected theme. That way all of your data visualizations match your favorite girl.
from dokithemejupyter import decorator
decorator.decorate_plotter()
You'll just need to have this code get run once before you do any plotting.
If you want to get your workstation set up to work on the plugin, then you'll want to check out the CONTRIBUTING.md for instructions on what is needed.
If you want your main squeeze to be featured in the Doki Theme suite, feel free to submit a theme request.
Great! I am glad you like it!
Be sure to ⭐ and share it with other weebs!
I think your voice needs to be heard! You probably have good ideas, so feel free to submit your feedback as an issue.
Help make this plugin better!