Skip to content

deploy visualpython 2.0.0 #110

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 1 commit into from
Jan 12, 2022
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@ NOTE : Your work can be of great help for someone who struggles to find a soluti
NOTE : Recommend reading [Figma: Publish Community files](https://help.figma.com/hc/en-us/articles/360040035974-Publish-Community-files) before starting the work for better understanding of the system.

<br>

1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -681,4 +681,3 @@ may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ To create an environment where everyone can learn and use big data analytics ski
Love Visual Python? Caffeine keeps us awake and do the work ☕
THANK YOU for your support! 👍

<a href="https://www.buymeacoffee.com/visualpython" target="_blank"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=visualpython&button_colour=ffa238&font_colour=000000&font_family=Comic&outline_colour=000000&coffee_colour=FFDD00"></a>
<a href="https://www.buymeacoffee.com/visualpython" target="_blank"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=visualpython&button_colour=ffa238&font_colour=000000&font_family=Comic&outline_colour=000000&coffee_colour=FFDD00"></a>
2 changes: 1 addition & 1 deletion bin/visualpy
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ which ${PIP_T} > /dev/null 2>&1 && PIP=${PIP_T}
JP_NB='jupyter nbextension'

VP_NAME='visualpython'
VP_BIND='visualpython/src/main'
VP_BIND='visualpython/visualpython'

PIP_UNINST=${PIP}' uninstall '${VP_NAME}
PIP_UPGRAD=${PIP}' install '${VP_NAME}' --upgrade'
Expand Down
2 changes: 1 addition & 1 deletion bin/visualpy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ where %PIP_T% > nul 2>&1 && set PIP=%PIP_T%
set JP_NB=jupyter nbextension

set VP_NAME=visualpython
set VP_BIND=visualpython/src/main
set VP_BIND=visualpython/visualpython

set PIP_UNINST=%PIP% uninstall %VP_NAME%
set PIP_UPGRAD=%PIP% install %VP_NAME% --upgrade
Expand Down
Loading