Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
correct typo in itorch launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragarnab authored Jul 17, 2016
1 parent 5e4da6f commit 38ca2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itorch
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ elif [ $v = 5 ]; then
ipython $mode --MappingKernelManager.default_kernel_name="itorch" $@
fi
else
echo "Unsupported ipython version. Only major versions 2.xx, 3.xx, or 4.xx (Jupyter) are supported"
echo "Unsupported ipython version. Only major versions 2.xx, 3.xx, 4.xx or 5.xx (Jupyter) are supported"
fi

0 comments on commit 38ca2cd

Please sign in to comment.