Skip to content

Commit

Permalink
fix sample question
Browse files Browse the repository at this point in the history
  • Loading branch information
loayshaqir1 committed Oct 31, 2023
1 parent 1a6588e commit fa1ef49
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions nbs/sample_question.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,16 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"Installation NLP failed\n",
"cargo or rustup are not installed in $PATH. please install rust: https://rustup.rs/\n"
]
}
],
"outputs": [],
"source": [
"import rgxlog"
]
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -99,7 +90,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -136,6 +127,18 @@
"display_name": "python3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit fa1ef49

Please sign in to comment.