Wrap conda into docker
prepare env.yml file
name: test
channels:
- conda-forge
dependencies:
Focus
# The pn.serve accepts a number of arguments: [source](https://docs.bokeh.org/en/latest/docs/reference/server/server.html#bokeh.server.server.Server)
class Serve(Subcommand):
''' Subcommand to launch the Bokeh server.
'''
The HoloViews pane renders HoloViews plots with one of the plotting backends supported by HoloViews. It supports the regular HoloViews widgets for exploring the key dimensions of a HoloMap or DynamicMap, but is more flexible than the native HoloViews widgets since it also allows customizing widget types and their position relative to the plot. source
HoloViews supports backends: 'bokeh', 'matplotlib', or 'plotly'
Azure Application insight has sampling feature (default enable) that will randomly ignore some of logs when it exceeds a specified threshold (unknown the threshold).
The Azure function monitoring tracking could tell you the failure or success by inspecting the log. The sampling feature would cause the problem of not telling you the result of function execution. source
Adding following config at Azure function host.json to disable it:
{
"logging": {
Got a Solar WiFi IP camera from Wireless Solar IP67 Security Camera System Outdoor Home Cam 1080P 2MP
Wondering to control this camera using script/program.
IDL, short for Interactive Data Language, is a programming language used for data analysis. It is popular in particular areas of science, such as astronomy, atmospheric physics and medical imaging. (https://en.wikipedia.org/wiki/IDL_(programming_language))
Lambda could collect POST boday and url params using event
. For POST body, params could be extracted directly like event['param1']
.
As of September 2017, you no longer have to configure mappings to access the request body.
All you need to do is check, "Use Lambda Proxy integration", under Integration Request, under the resource of AWS API Gateway.
Images could be added to mapbox using a Layer
and Source
.
Prepare a source configuration by referenceing (this document)[https://docs.mapbox.com/mapbox-gl-js/style-spec/#sources-image]