mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23:00 +00:00
remove a few dangling IPythons
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "ipython-deps",
|
||||
"name": "jupyterhub-deps",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"bootstrap": "components/bootstrap#~3.1",
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
"""The multi-user notebook application"""
|
||||
|
||||
# Copyright (c) IPython Development Team.
|
||||
# Copyright (c) Jupyter Development Team.
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
|
||||
import binascii
|
||||
|
@@ -1,5 +1,6 @@
|
||||
"""Basic html-rendering handlers."""
|
||||
# Copyright (c) IPython Development Team.
|
||||
|
||||
# Copyright (c) Jupyter Development Team.
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
|
||||
from tornado import web
|
||||
|
@@ -1,5 +1,5 @@
|
||||
"""extra traitlets"""
|
||||
# Copyright (c) IPython Development Team.
|
||||
# Copyright (c) Jupyter Development Team.
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
|
||||
from IPython.utils.traitlets import Unicode
|
||||
|
Reference in New Issue
Block a user