Skip to content

Conversation

@tymekaxai
Copy link
Contributor

new features in extract.py to serve extract cookbook

Copy link
Contributor

@lsarra-ax lsarra-ax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Tymek, there are a few issues with dependencies. hypernetx can be added manually as a dependency in the plyground, printing function from ax_core.utils should probably be added as an extra module (or copied and pasted here)

import hypernetx as hnx
import matplotlib.pyplot as plt
import re
from ax_core.utils import printing
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You cannot import from ax_core @tymekaxai

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

from IPython.display import display # type: ignore
from IPython.display import display, Math # type: ignore
from dataclasses import dataclass, field
import hypernetx as hnx
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This dependency becomes a requirement of the axiomatic package (or we require the user to install it manually with # type: ignore

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hypernetx should be included in my opinion, if not i will add a cell with pip installation

@jcbwndsr
Copy link
Contributor

jcbwndsr commented Jan 8, 2025

@tymekaxai please describe what this actually does in the title

@tymekaxai
Copy link
Contributor Author

ok next time I will be more careful about that

@tymekaxai tymekaxai merged commit 69f77e9 into main Jan 8, 2025
2 of 3 checks passed
@tymekaxai tymekaxai deleted the new_axtract branch January 8, 2025 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants