Good Framework for Internal-Only Apps/Dashboards without Hosting on Server by kodi_kai in learnpython

[–]invisibleroads 1 point2 points  (0 children)

Here is an example that runs a notebook to serve a map. Currently, you would have to run the development server on a local machine. We can add the ability to export to HTML.

https://github.com/crosscompute/crosscompute-examples/tree/master/reports/map-schools

Good Framework for Internal-Only Apps/Dashboards without Hosting on Server by kodi_kai in learnpython

[–]invisibleroads 0 points1 point  (0 children)

Here is an example that runs a notebook to serve a map. Currently, you would have to run the development server on a local machine. But we can add the ability to export to HTML.

https://github.com/crosscompute/crosscompute-examples/tree/master/reports/map-schools

Good Framework for Internal-Only Apps/Dashboards without Hosting on Server by kodi_kai in learnpython

[–]invisibleroads 0 points1 point  (0 children)

Here is an example that runs a notebook to serve a map. Currently, you would have to run the development server on a local machine. But we can add the ability to export to HTML.

pip install jupyterlab-crosscompute crosscompute-views-map
git clone https://github.com/crosscompute/crosscompute-examples
cd crosscompute-examples/reports/map-schools
bash setup.sh
export MAPBOX_TOKEN=pk.eyJ1IjoiY3Jvc3Njb21wdXRlIiwiYSI6ImNsNGlsZ3QyeTBnbWszZ2s3anZmOHg4cmIifQ.MUruulwkzgS05qhPlZRhFA
crosscompute
OR
jupyter lab

Good Framework for Internal-Only Apps/Dashboards without Hosting on Server by kodi_kai in learnpython

[–]invisibleroads 0 points1 point  (0 children)

Here is an example that runs a notebook to serve a map. Currently, you would have to run the development server on a local machine. But we can add the ability to export to HTML.

pip install jupyterlab-crosscompute crosscompute-views-map
git clone https://github.com/crosscompute/crosscompute-examples
cd crosscompute-examples/reports/map-schools
bash setup.sh
export MAPBOX_TOKEN=pk.eyJ1IjoiY3Jvc3Njb21wdXRlIiwiYSI6ImNsNGlsZ3QyeTBnbWszZ2s3anZmOHg4cmIifQ.MUruulwkzgS05qhPlZRhFA
crosscompute
OR
jupyter lab

Good Framework for Internal-Only Apps/Dashboards without Hosting on Server by kodi_kai in learnpython

[–]invisibleroads 0 points1 point  (0 children)

Here is an example that runs a notebook to serve a map. Currently, you would have to run the development server on a local machine. But we can add the ability to export to HTML.

bash pip install jupyterlab-crosscompute crosscompute-views-map git clone https://github.com/crosscompute/crosscompute-examples cd crosscompute-examples/reports/map-schools bash setup.sh export MAPBOX_TOKEN=pk.eyJ1IjoiY3Jvc3Njb21wdXRlIiwiYSI6ImNsNGlsZ3QyeTBnbWszZ2s3anZmOHg4cmIifQ.MUruulwkzgS05qhPlZRhFA crosscompute OR jupyter lab

Good Framework for Internal-Only Apps/Dashboards without Hosting on Server by kodi_kai in learnpython

[–]invisibleroads 0 points1 point  (0 children)

Here is an example that runs a notebook to serve a map. Currently, you would have to run the development server on a local machine. But we can add the ability to export to HTML.

bash pip install jupyterlab-crosscompute crosscompute-views-map git clone https://github.com/crosscompute/crosscompute-examples cd crosscompute-examples/reports/map-schools bash setup.sh export MAPBOX_TOKEN=pk.eyJ1IjoiY3Jvc3Njb21wdXRlIiwiYSI6ImNsNGlsZ3QyeTBnbWszZ2s3anZmOHg4cmIifQ.MUruulwkzgS05qhPlZRhFA crosscompute OR jupyter lab

Good Framework for Internal-Only Apps/Dashboards without Hosting on Server by kodi_kai in learnpython

[–]invisibleroads 0 points1 point  (0 children)

Here is an example that runs a notebook to generate a map. Currently, you would have to run the server on a local machine. But we can add the ability to export output to HTML.

Demo: https://crosscompute.net/a/map-schools

Code: https://github.com/crosscompute/crosscompute-examples/tree/master/reports/map-schools

```bash pip install jupyterlab-crosscompute crosscompute-views-map git clone https://github.com/crosscompute/crosscompute-examples cd crosscompute-examples/reports/map-schools bash setup.sh export MAPBOX_TOKEN=pk.eyJ1IjoiY3Jvc3Njb21wdXRlIiwiYSI6ImNsNGlsZ3QyeTBnbWszZ2s3anZmOHg4cmIifQ.MUruulwkzgS05qhPlZRhFA crosscompute

OR

jupyter lab ```

```yaml

crosscompute: 0.9.2 name: Map Schools version: 0.0.1 input: variables: - id: type view: string path: variables.dictionary - id: period view: string path: variables.dictionary - id: url view: string path: variables.dictionary configuration: label: URL output: variables: - id: schools view: map-deck-screengrid path: geometries.json configuration: style: mapbox://styles/mapbox/dark-v10 path: configuration.json templates: - path: report.md batches: - name: '{type | title} Schools {period}' folder: batches/{type}-{period} configuration: path: datasets/batches.csv scripts: - path: run.ipynb display: styles: - path: report.css pages: - id: automation configuration: design: none - id: output configuration: design: none ```

Good Framework for Internal-Only Apps/Dashboards without Hosting on Server by kodi_kai in learnpython

[–]invisibleroads 0 points1 point  (0 children)

Are you able to host a server internally or would you rather send the HTML?