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" ...
Solution to issue cannot be found in the documentation. I checked the documentation. Issue Can't update mamba. This is the error I'm getting mamba upgrade --all Download error (23) Failed writing received data to disk/application [https:...