Skip to content

Refactor 03-Neptune-ML samples folder #546

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
Starting with v1.31.6, this file will contain a record of major features and updates made in each release of graph-notebook.

## Upcoming
- Fixed `neptune_ml_utils` imports in `03-Neptune-ML` samples ([Link to PR](https://github.com/aws/graph-notebook/pull/546))

## Release 4.0.1 (Nov 29, 2023)
- Fixed @neptune_db_only magics decorator [Link to PR](https://github.com/aws/graph-notebook/pull/543))
- Fixed @neptune_db_only magics decorator ([Link to PR](https://github.com/aws/graph-notebook/pull/543))

## Release 4.0.0 (Nov 29, 2023)
- Added support for Neptune Analytics ([Link to PR](https://github.com/aws/graph-notebook/pull/541))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,20 @@
"Run the code below to check that your cluster is configured to run Neptune ML."
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"!cp ../neptune_ml_utils.py ."
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,20 @@
],
"metadata": {}
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"!cp ../neptune_ml_utils.py ."
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,20 @@
"Run the code below to check that your cluster is configured to run Neptune ML."
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"!cp ../neptune_ml_utils.py ."
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,20 @@
"Run the code below to check that this cluster is configured to run Neptune ML."
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"!cp ../neptune_ml_utils.py ."
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,20 @@
"Run the code below to check that this cluster is configured to run Neptune ML."
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"!cp ../neptune_ml_utils.py ."
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,20 @@
"Run the code below to check that your cluster is configured to run Neptune ML."
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"!cp ../neptune_ml_utils.py ."
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,20 @@
"First, to check that this cluster is configured to run Neptune ML. Then, (optional) clear existing datasets in the Neptune cluster. And finally, load the Neptune-formartted job recommendatation dataset from `s3://neptuneml-data/kaggle-job-recommend`."
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"!cp ../neptune_ml_utils.py ."
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
},
{
"cell_type": "code",
"execution_count": null,
Expand Down