Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 561469732
  • Loading branch information
drewbryant authored and colaboratory-team committed Aug 30, 2023
1 parent 2d49944 commit f73520d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions google/colab/_quickchart_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ def as_datetime(series):


class ChartSectionType:
HISTOGRAM = 'histogram'
VALUE_PLOT = 'value_plot'
HEATMAP = 'heatmap'
LINKED_SCATTER = 'linked_scatter'
CATEGORICAL_HISTOGRAM = 'categorical_histogram'
FACETED_DISTRIBUTION = 'faceted_distribution'
HEATMAP = 'heatmap'
HISTOGRAM = 'histogram'
LINKED_SCATTER = 'linked_scatter'
TIME_SERIES_LINE_PLOT = 'time_series_line_plot'
VALUE_PLOT = 'value_plot'


class ChartSection:
Expand Down

1 comment on commit f73520d

@ajunkdha
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the cause of the restart is just running, no wonder, if you don't want to use the mining tool, just disable it so that the testing user isn't disturbed, just restart the CPU straight away

Please sign in to comment.