David Koop
David Koop
Pretty sure it can be removed. There are other new_exceptions that are added later, and the new_exceptions list is tacked on to the errors.
Did you try `PackageManager.add_package` with the `add_to_package_list` flag set to False?
Doesn't `get_available_package` add to the available list unless it's already there?
This may go back to the fact that upgrades were not recursive in the past. In addition, one might have an issue with an upgrade that produces an incorrect pipeline...
I would love to see subworkflows (aka abstractions) untangled, but it may be worth making uuids work to accomplish this. One of the major issues that another developer who worked...
Assuming uuids, does anyone see potential issues with always merging subworkflows with the same origin id? If a user copies the subworkflow, it would receive a new origin uuid. The...
Yep, definitely something odd going on there. I ran a different test with no groups (two String modules with the same value attached to a ConcatenateString module attached to StandardOutput),...
This is an issue with execution logs and subworkflows as well in the master branch. The `improve-vt-bundle` branch attempts to create a directory-based bundle to store all information, but this...
I have followed the manual installation instructions but receive the same error message (model not found) using `show()`. **Environment**: * JupyterLab 3.0.16 * Pydeck 0.6.2 * Chrome and Safari (current,...
That was the only solution I found, but `to_html` works for many situations in JupyterLab 3.x