Skip to content

Commit

Permalink
more jlab3
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhi committed Dec 27, 2020
1 parent 40a0172 commit e681843
Show file tree
Hide file tree
Showing 6 changed files with 9,888 additions and 394 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.pythonPath": "/home/ian/anaconda3/envs/ipympl/bin/python"
}
5 changes: 5 additions & 0 deletions install.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"packageManager": "python",
"packageName": "ipympl",
"uninstallInstructions": "Use your Python package manager (pip, conda, etc.) to uninstall the package ipympl"
}
2 changes: 1 addition & 1 deletion ipympl/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 5, 8)
version_info = (0, 6, 0)
__version__ = '.'.join(map(str, version_info))
Loading

0 comments on commit e681843

Please sign in to comment.