-
Notifications
You must be signed in to change notification settings - Fork 1
Tags: nikolasibalic/Interactive-Publishing
Tags
0.1.1
fix figures not showing with mix of upper and lower case variables
Before naming variables with lower and upper case could cause them to be sorted in wrong order since Python sorts by default first upper case strings (AB...ab...), and then lower case strings, whereas order in JavaScript is aAbB...
Before naming variables with lower and upper case could cause them to be sorted in wrong order since Python sorts by default first upper case strings (AB...ab...), and then lower case strings, whereas order in JavaScript is aAbB...
PreviousNext