Skip to content
#

kitware

Here are 36 public repositories matching this topic...

banesullivan
banesullivan commented Jul 26, 2019

Feature request: allow passing custom made Matplotlib colormaps

import matplotlib.pyplot as plt
cmap = plt.cm.get_cmap("viridis", 5)

then pass that colormap to the Viewer

(the goal isn't necessarily catecorical colormaps... this is just a simple example. A user might want to make a custom normalized map that are far more complex)

subdavis
subdavis commented Feb 19, 2020

I've now used girder worker on 3 projects, and I've wanted this feature on all of them.

What do people think about a new type of docker result hook that is a simple webhook? It would look something like this:

docker_run.delay(
    'my_docker_image:latest', container_args=[
        ...
    ],
    girder_result_hooks=[
        GirderUploadVolumePathJobArtifact(...)
    ],
  
bpaniagua
bpaniagua commented Mar 28, 2019
  • Removing all sources of the tutorials from repos
  • Upload to GDrive

Per @jcfr 's advice:

  • make sure you have google analytics on the slicer salt website
  • use a shorturl to link and advertise the tutorials (goo.gl or bit.ly) this will give you free analytics.

This is for example the analytics associated with "Developing and contributing extensions for 3D Slicer" https://goo.

Improve this page

Add a description, image, and links to the kitware topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kitware topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.