Varun
Varun
I was looking for a tool that does this(highlighting text in PDFs) when I came across the extension. I haven't looked into the source code of the extension but I'm...
Also there are other ML paper implementations that are not updated and throw errors when users try to run them now. Those could be added to this section as well.
> > > At this point (July 2018), the following works in Python3: > In[]: `url_template = "http://climate.weather.gc.ca/climate_data/bulk_data_e.html?stationID=5415&Year={year}&Month={month}&format=csv&timeframe=1&submit=%20Download+Data"` > > and: > In[]: `url = url_template.format(month=3, year=2012)` > `weather_mar2012 =...
Here's the code : ` # getting weather data to look at temps def get_weather_data(year): url_template = "http://climate.weather.gc.ca/climate_data/bulk_data_e.html?stationID=5415&Year={year}&Month={month}&format=csv&timeframe=1&submit=%20Download+Data" # airport station is 5415, hence that was used data_by_month = []...
@richardkapolnai-da any help is greatly appreciated. Thanks.
Update: I deleted `package-lock.json` from `.ui/` and ran `make daml-hub-package LEDGER_ID=[Ledger ID]`. There were no errors and I was able to deploy to DAML Hub. Still I unable to test...
I installed with windows installer. So the path should be automatically setup if I'm not wrong?
Hi Richard. Sorry I couldnt run it until today. here are the outputs: For getDamlProjects.sh: `banking/.daml/dist/banking-1.0.0.dar` `certificates/.daml/dist/certificates-1.0.0.dar` `demoadmin/.daml/dist/demoadmin-1.0.0.dar` `finance/.daml/dist/finance-1.0.0.dar` `landlord/.daml/dist/landlord-1.0.0.dar` `lib/.daml/dist/lib-1.0.0.dar` `reset/.daml/dist/reset-1.0.0.dar` `testing/.daml/dist/testing-1.0.0.dar` `triggers/.daml/dist/triggers-1.0.0.dar` For getDamlDependencies.sh lib: `lib/daml.yaml` `lib/daml/DA/Lib/Types/Sector.daml`