Skip to content

Commit

Permalink
Revert "Internal change"
Browse files Browse the repository at this point in the history
This reverts commit 6edd31f.
  • Loading branch information
craigcitro committed Dec 7, 2021
1 parent 0aa3f38 commit cace935
Show file tree
Hide file tree
Showing 88 changed files with 4 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@

_HINT_BUTTON_CSS = """
<style>
.colab-df-container {
display:flex;
flex-wrap:wrap;
gap: 12px;
}
.colab-df-convert {
background-color: #E8F0FE;
border: none;
Expand All @@ -42,6 +36,7 @@
display: none;
fill: #1967D2;
height: 32px;
margin: 0 0 0 12px;
padding: 0 0 0 0;
width: 32px;
}
Expand Down Expand Up @@ -108,7 +103,7 @@ def _get_html(dataframe, key):
# pylint: disable=protected-access
return """
<div id="{key}">
<div class="colab-df-container">
<div style="display:flex">
{df_html}
<button class="colab-df-convert" onclick="convertToInteractive('{key}')"
title="Convert this dataframe to an interactive table."
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@
import uuid
import weakref

from google.colab.html import _background_server
import six
import tornado.web

from google.colab.html import _background_server


@six.add_metaclass(abc.ABCMeta)
class _Resource(object):
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit cace935

Please sign in to comment.