Jupyter notebook branding in edu

51 views
Skip to first unread message

Tony Hirst

unread,
Sep 11, 2018, 5:35:37 AM9/11/18
to Project Jupyter
Hi

We've been using Jupyter notebooks for 3 years or so now in a single distance higher education course with a branded identity that looks like this:

Home.png

Using_Jupyter_Notebooks_-_READ_ME_FIRST.png



We take take to refer to Jupyter notebooks and make it clear that the notebook server etc is part of an open source project. In the medium term, I would hope that we might be able to start committing back (internal developers are already regular committers to Moodle, for example).

At the moment, the courses uses a custom VM distributed to students to run a single user notebook server. However, we're hoping that several more courses will soon start using notebooks, and that an on-campus hosted a solution will be available (ideally, both Jupyterhub and Binderhub). To provide a consistent student user experience, we'd like to brand the notebooks, by default in a style something like the above. We also have brand guidelines about where/how our logo is placed on a page.

What I wanted to check as we (hopefully) move from a cottage industry promoting single user notebooks in a VM to a data science/management cohort, to a more wider student base, was any requirements on brand identity, use of Jupyter logos etc. before our internal rights compliance folk start getting worried.

thanks
--tony

Matthias Bussonnier

unread,
Sep 11, 2018, 6:40:19 AM9/11/18
to jup...@googlegroups.com
Hi Tony, 

Happy to see you were able to brand Jupyter Notebook, we welcome feedback on how difficult that was. 
As far as your use of the Jupyter name/logo, I suggest for you to read the trademark documents[1].

We are working on making it easier to to have "Power by Jupyter" and design work that can be reused without concern for trademark.
From the screenshot, I don't see any issues with you replacing the Jupyter Logo/Name. Issues would be more if you were using Jupyter Logo trademark with non-official products. Though I'm not the one calling the shot and not a trademark lawyer[2].

I believe if you are concerned with using the logos , I believe we could figure out how to legally grant you permission to use the logo/names in a specific restricted context.
-- 
M

2: The Jupyter Trademark is owned by NumFOCUS, and TM infringement issues by their attorney.

--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/547bafa3-5ee1-443b-8192-299ebd922cd9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Tony Hirst

unread,
Sep 11, 2018, 12:23:32 PM9/11/18
to Project Jupyter
Hi Matthias - 

Thanks for the feedback... IIRC, it was a bit of faff getting the logo in place, and I hacked a bit of css that I think just pushes the other logo out of the way.

Here's the custom.css file:

#header-container.container {height: 72px;}
#ipython_notebook img{
display:block;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: url(OU-logo-83x65.png) no-repeat;
  width: 83px; /* Width of new image */
  height: 65px; /* Height of new image */
  padding-left: 83px; /* Equal to width of new image */

}


We also used to have an extension that nicely coloured cells to mark them out as activity related cells, but they stopped working a long time ago with notebook style changes and we never got round to fixing them.

--tony
Reply all
Reply to author
Forward
0 new messages