mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +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",
|
"version": "0.0.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "components/bootstrap#~3.1",
|
"bootstrap": "components/bootstrap#~3.1",
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
"""The multi-user notebook application"""
|
"""The multi-user notebook application"""
|
||||||
|
|
||||||
# Copyright (c) IPython Development Team.
|
# Copyright (c) Jupyter Development Team.
|
||||||
# Distributed under the terms of the Modified BSD License.
|
# Distributed under the terms of the Modified BSD License.
|
||||||
|
|
||||||
import binascii
|
import binascii
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
"""Basic html-rendering handlers."""
|
"""Basic html-rendering handlers."""
|
||||||
# Copyright (c) IPython Development Team.
|
|
||||||
|
# Copyright (c) Jupyter Development Team.
|
||||||
# Distributed under the terms of the Modified BSD License.
|
# Distributed under the terms of the Modified BSD License.
|
||||||
|
|
||||||
from tornado import web
|
from tornado import web
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
"""extra traitlets"""
|
"""extra traitlets"""
|
||||||
# Copyright (c) IPython Development Team.
|
# Copyright (c) Jupyter Development Team.
|
||||||
# Distributed under the terms of the Modified BSD License.
|
# Distributed under the terms of the Modified BSD License.
|
||||||
|
|
||||||
from IPython.utils.traitlets import Unicode
|
from IPython.utils.traitlets import Unicode
|
||||||
|
Reference in New Issue
Block a user