Note
The following steps have been successfully tested with Ubuntu guests of:
24.04LTS
22.04LTS
18.04LTS
16.04LTS
# See official docs at https://dash.plotly.com | |
# pip install dash pandas | |
from dash import Dash, dcc, html, Input, Output | |
import plotly.express as px | |
import pandas as pd | |
df = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/gapminderDataFiveYear.csv') |
// | |
// CodableInheritanceExample.swift | |
// | |
// Created by 홍경표 on 2021/05/28. | |
// | |
class BaseResponse: Codable { | |
var retCode: Int = 0 | |
private enum CodingKeys: String, CodingKey { |
/* ***** BEGIN LICENSE BLOCK ***** | |
* Version: MPL 2.0 | |
* | |
* This Source Code Form is subject to the terms of the Mozilla Public | |
* License, v. 2.0. If a copy of the MPL was not distributed with this | |
* file, You can obtain one at http://mozilla.org/MPL/2.0/. | |
* | |
* ***** END LICENSE BLOCK ***** */ | |
/* |