Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run "cortex.webshow(ds)" in Demo description #345

Closed
yooha1003 opened this issue Oct 17, 2019 · 1 comment
Closed

Can't run "cortex.webshow(ds)" in Demo description #345

yooha1003 opened this issue Oct 17, 2019 · 1 comment

Comments

@yooha1003
Copy link

Hi.
Thank you for the great software.

I installed pycortex in python (2.7) environment and tried to run Demo.
But, I got an error message as below.
I am using MacOS (10.13.x).

cortex.webgl.show(ds)
Traceback (most recent call last):
File "", line 1, in
File "cortex/utils.py", line 23, in call
return self._load()(*args, **kwargs)
File "cortex/webgl/view.py", line 302, in show
autoclose = options.config.get('webshow', 'autoclose', fallback='true') == 'true'
TypeError: get() got an unexpected keyword argument 'fallback'

@alexhuth
Copy link
Contributor

This is the same as issue #347, so I'm going to close this. Don't have a solution yet tho

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants