How to have visidata.pyobj.view() use custom visidatarc #2585
sourissouriante
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
If it helps, you can do the
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I might be doing something wrong, but when i explore python objects from within iypthon like this:
...then somehow my visidatarc isn't loaded. I might be the only one having this problem/demand or it might be trivial to solve for others. In any case, here is some recipe to resolve this. If I found something that can easily be improved/streamlined or if I can learn how I was doing something wrong, I'd be glad.
To load custom visidatarc in "ipython mode", do this:
Fire up longname command "pyobj-expr" (Ctrl+x) or "exec-python" and input "vd.loadConfigAndPlugins()"
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions