Uploaded Test files
This commit is contained in:
parent
f584ad9d97
commit
2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions
16
venv/Lib/site-packages/nbconvert/utils/exceptions.py
Normal file
16
venv/Lib/site-packages/nbconvert/utils/exceptions.py
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
"""NbConvert specific exceptions"""
|
||||
#-----------------------------------------------------------------------------
|
||||
# Copyright (c) 2013, the IPython Development Team.
|
||||
#
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
#
|
||||
# The full license is in the file COPYING.txt, distributed with this software.
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Classes and functions
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
class ConversionException(Exception):
|
||||
"""An exception raised by the conversion process."""
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue