doc update and data_source removed

This commit is contained in:
SebastianoF 2020-01-12 14:29:05 +00:00
parent 3298f0258b
commit ac0fbc1bce
2 changed files with 2 additions and 1215 deletions

File diff suppressed because it is too large Load Diff

View File

@ -38,7 +38,7 @@ QHA = ktx_to_dict(os.path.join('source', 'exercises100.ktx'))
def create_jupyter_notebook(destination_filename='100_Numpy_exercises.ipynb'):
""" Programmatically create jupyter notebook with the questions (and hints and solutions if required)
saved under data_source.py """
saved under source files """
# Create cells sequence
nb = nbf.v4.new_notebook()
@ -68,7 +68,7 @@ def create_jupyter_notebook(destination_filename='100_Numpy_exercises.ipynb'):
def create_jupyter_notebook_random_question(destination_filename='100_Numpy_random.ipynb'):
""" Programmatically create jupyter notebook with the questions (and hints and solutions if required)
saved under data_source.py """
saved under source files """
# Create cells sequence
nb = nbf.v4.new_notebook()