import plotly.graph_objects as go import io from base64 import standard_b64decode, b64decode, b64encode def fig_to_data(fig: go.Figure, filename: str="plot.html") -> dict: buffer = io.StringIO() fig.write_html(buffer) html_bytes = buffer.getvalue().encode() content = b64encode(ht...
plot_type: str, inflation_on: bool, rolling_window: int, log_scale: bool ) -> typing.Tuple[plotly.graph_objects.Figure, pd.DataFrame]: titles = { "wealth": "Assets Wealth indexes", "cagr": f"Rolling CAGR (window={rolling_window} years)", @@ -177,7 +187,7 @@ def get_al_figu...
plotly==5.14.1 ipyflex==0.2.6 numba==0.57.1 Add an option to the Create Installer tool to encrypt scripts to a .pyb file (protects critical scripts from being changed and the code from being viewed) Add Script File Properties dialog for setting script tags, etc. Add "Clear Startup" ...
mamba install -c conda-forge requests schedule pandas plotly gymnasium stable-baselines3 The same error as before appeared: Download error (23) Failed writing received data to disk/application >mamba info mamba version : 1.4.7 active environment : base active env location : C:\ProgramData\mambafo...
plotly.express plotly.graph_objects plotly.subplots.make_subplots sklearn.preprocessing.MinMaxScaler datetime.datetime IPython.core.display.display IPython.core.display.HTML sklearn.model_selection.GridSearchCV sklearn.model_selection.cross_val_score sklearn.ensemble.RandomForestClassifier sklearn.metrics....