9-Pygal-1

Sat 17 May 2025
import pyutil as pyu
pyu.get_local_pyinfo()
'conda env: ml312-2024; pyv: 3.12.7 | packaged by Anaconda, Inc. | (main, Oct  4 2024, 13:27:36) [GCC 11.2.0]'

#!pip install pygal
!pip show pygal | grep "Version:"
Version: 3.0.5
import pygal

line_chart = pygal.Line()
line_chart.title = "Simple Line …

Category: plot-compare

Read More

Get-Current-Conda

Sat 17 May 2025
import sys
import os

# Get the parent directory of the current notebook
current_dir = os.path.dirname(os.path.abspath(__file__)) if "__file__" in globals() else os.getcwd()
parent_dir = os.path.abspath(os.path.join(current_dir, "../../"))  # Adjust the path to reach the `notebooks` folder

# Add the parent directory to sys.path …

Category: plot-compare

Read More

Zzemp-4654

Sat 17 May 2025
import pyutil as pyu
pyu.get_local_pyinfo()
'conda env: ml312-2024; pyv: 3.12.7 | packaged by Anaconda, Inc. | (main, Oct  4 2024, 13:27:36) [GCC 11.2.0]'




Score: 5

Category: plot-compare

Read More
Page 2 of 2

« Prev