Skip to content

Commit

Permalink
Change from notebook.services to jupyter_server.services
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Jul 28, 2023
1 parent ce3e0ac commit 1060c52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nbautoexport/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from nbconvert.nbconvertapp import NbConvertApp
from nbconvert.postprocessors.base import PostProcessorBase
from notebook.services.contents.filemanager import FileContentsManager
from jupyter_server.services.contents.filemanager import FileContentsManager

from nbautoexport.clean import FORMATS_WITH_IMAGE_DIR
from nbautoexport.sentinel import (
Expand Down
2 changes: 1 addition & 1 deletion tests/test_post_save.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import shutil

import nbformat
from notebook.services.contents.filemanager import FileContentsManager
from jupyter_server.services.contents.filemanager import FileContentsManager
import pytest
from traitlets.config import Config

Expand Down

0 comments on commit 1060c52

Please sign in to comment.