Skip to content
View CamiloPZ's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Perú
Block or Report

Block or report CamiloPZ

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
CamiloPZ/README.md

Hi there 👋 I'm Camilo Poma!

Github Linkedin Instagram Gmail

  dash

👦 Talking about Personal Stuffs:

  • 🔭 I’m currently working on Instance Segmentation and Non Supervised Learning
  • 💬 Ask me about data visualization with python
  • ⚡ Fun fact: Data Analysis

💻 A little bit of my dash code

import dash
import dash_bootstrap_components as dbc
import vaex as vx

df = vx.open('data_github.parquet')

app = dash.Dash(
    __name__,
    suppress_callback_exceptions=True,
    title="Dash Me",
    external_stylesheets=[dbc.themes.DARKLY],
    meta_tags=[
        {
            "name": "viewport",
            "content": "width=device-width, initial-scale=1.0, maximum-scale=1.2, minimum-scale=0.7",
        }
    ],
)
server = app.server


if __name__ == '__main__':
    app.run_server(debug=True)

See you!

Popular repositories

  1. trabajos-finales trabajos-finales Public

    Este repositorio es para publicar trabajos de la universidad.

    HTML

  2. DashApp_Ejercicios DashApp_Ejercicios Public

    Python

  3. CamiloPZ CamiloPZ Public

  4. Dash-Me Dash-Me Public

    This repo is about a web app about me.

    Python

  5. dash-pivottable dash-pivottable Public

    Forked from plotly/dash-pivottable

    react-pivottable in Dash

    Python

  6. GitHubGraduation-2021 GitHubGraduation-2021 Public

    Forked from education/GitHubGraduation-2021

    Join the GitHub Graduation Yearbook and "walk the stage" on June 5.

    JavaScript