parent
fb8b83e905
commit
d71a59cc9f
@ -1,3 +1,3 @@
|
||||
{
|
||||
"directory": "jupyter_notebook/static/components"
|
||||
"directory": "notebook/static/components"
|
||||
}
|
||||
@ -1,3 +0,0 @@
|
||||
if __name__ == '__main__':
|
||||
from jupyter_notebook import notebookapp as app
|
||||
app.launch_new_instance()
|
||||
@ -0,0 +1,5 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
if __name__ == '__main__':
|
||||
from notebook import notebookapp as app
|
||||
app.launch_new_instance()
|
||||
@ -1,7 +1,7 @@
|
||||
import requests
|
||||
|
||||
from jupyter_notebook.utils import url_path_join
|
||||
from jupyter_notebook.tests.launchnotebook import NotebookTestBase
|
||||
from notebook.utils import url_path_join
|
||||
from notebook.tests.launchnotebook import NotebookTestBase
|
||||
|
||||
class NbconvertAPI(object):
|
||||
"""Wrapper for nbconvert API calls."""
|
||||
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue