mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	lf_dash.py updates to remove deprecated modules
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		
				
					committed by
					
						
						shivam
					
				
			
			
				
	
			
			
			
						parent
						
							5a9540d907
						
					
				
				
					commit
					07a81118a8
				
			@@ -11,8 +11,11 @@ Example: lf_dash.py --store --png --show --path <path to read kpi.csv> (read kpi
 | 
			
		||||
import os
 | 
			
		||||
import dash
 | 
			
		||||
from dash.development.base_component import _check_if_has_indexable_children
 | 
			
		||||
import dash_core_components as dcc
 | 
			
		||||
import dash_html_components as html
 | 
			
		||||
 | 
			
		||||
# DEPRECATED import dash_core_components as dcc
 | 
			
		||||
from dash import dcc
 | 
			
		||||
# DEPRECATED import dash_html_components as html
 | 
			
		||||
from dash import html
 | 
			
		||||
import plotly.express as px
 | 
			
		||||
import pandas as pd
 | 
			
		||||
import sqlite3
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user