Merge pull request #8283 from minrk/split-html
move IPython.html to jupyter_notebook
commit
ac48054958
@ -1,3 +1,3 @@
|
||||
if __name__ == '__main__':
|
||||
from IPython.html import notebookapp as app
|
||||
from jupyter_notebook import notebookapp as app
|
||||
app.launch_new_instance()
|
||||
@ -1,7 +1,7 @@
|
||||
import requests
|
||||
|
||||
from IPython.html.utils import url_path_join
|
||||
from IPython.html.tests.launchnotebook import NotebookTestBase
|
||||
from jupyter_notebook.utils import url_path_join
|
||||
from jupyter_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