Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Issue running IDEAR.ipynb #48

Description

@bendlam

hi folks, trying to run the IDEAR.ipynb in DSVM using jupyter notebook. I keep getting this error, any ideas?

%%add_conf_code_to_report
import os
workingDir = 'C:\Users\AzureUser\Downloads\IDEAR\DataScienceUtilities\DataReport-Utils\Python'
os.chdir(workingDir)

conf_file = '.\para-adult.yaml'
Sample_Size = 10000

export_dir = '.\tmp\'


TypeError Traceback (most recent call last)
in
----> 1 get_ipython().run_cell_magic('add_conf_code_to_report', '', "import os\nworkingDir = 'C:\\Users\\AzureUser\\Downloads\\IDEAR\\DataScienceUtilities\\DataReport-Utils\\Python'\nos.chdir(workingDir)\n\nconf_file = '.\\para-adult.yaml'\nSample_Size = 10000\n\nexport_dir = '.\\tmp\\'\n")

C:\Miniconda\envs\py37_default\lib\site-packages\IPython\core\interactiveshell.py in run_cell_magic(self, magic_name, line, cell)
2360 with self.builtin_trap:
2361 args = (magic_arg_s, cell)
-> 2362 result = fn(*args, **kwargs)
2363 return result
2364

TypeError: add_conf_code_to_report() got an unexpected keyword argument 'local_ns'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions