# tanglei1003

> shows_weather_inside_jupyterlab

Latest version **0.1.1** (published 2021-05-12) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install tanglei1003
pnpm add tanglei1003
yarn add tanglei1003
bun add tanglei1003
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2021-05-12 |
| First published | 2021-05-12 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 19.8 KB |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | yashwant |
| Maintainers | tanglei1003 |
| Keywords | jupyter, jupyterlab, jupyterlab-extension |

## Links

- npm: https://www.npmjs.com/package/tanglei1003
- Repository: https://github.com/meyash/jupyter
- Issues: https://github.com/meyash/jupyter/issues
- npm.io page: https://npm.io/package/tanglei1003

## Dependencies (7)

- [bootstrap](https://npm.io/package/bootstrap.md) ^3.4.1
- [@lumino/widgets](https://npm.io/package/@lumino/widgets.md) ^1.11.1
- [@lumino/messaging](https://npm.io/package/@lumino/messaging.md) ^1.2.3
- [@jupyterlab/apputils](https://npm.io/package/@jupyterlab/apputils.md) ^2.0.2
- [@jupyterlab/launcher](https://npm.io/package/@jupyterlab/launcher.md) ^2.0.0
- [@jupyterlab/application](https://npm.io/package/@jupyterlab/application.md) ^2.0.0
- [@jupyterlab/ui-components](https://npm.io/package/@jupyterlab/ui-components.md) ^2.0.0

## Recent versions

- 0.1.1 (latest) — 2021-05-12
- 0.1.0 — 2021-05-12

## README

<h1 align="center">
  <br>
  <a href=""><img src="https://raw.githubusercontent.com/meyash/jupyterlab_weather_extension/master/img/Jlab.png" alt="logo" width="400"></a>
  <br>
    Jlab Weather Extension | ReactJs | TypeScript
  <br>
</h1>

<h4 align="center">JupyterLab is the next-generation web-based user interface for Project Jupyter.</h4>

## Weather JupyterLab extension

- Extension published on npm : @meyash/labweather
- Link : https://www.npmjs.com/package/@meyash/labweather  

### Installation Instructions

1) conda create -n labweather jupyterlab nodejs
2) conda activate labweather
3) jupyter labextension install @meyash/labweather
4) jupyter lab

### Ways to run an extension in JupyterLab

1) via launcher icon
2) via left side bar
3) via command palette

This extension can be accessed via Launcher Icon.

### Screenshots

<br />

![alt text](img/leftpanel.png)
![alt text](img/tab.png)
![alt text](img/launchericon.png)

## Requirements

* JupyterLab >= 1.0

## Installation

```bash
jupyter labextension install @meyash/labweather
```

## Contributing

### Install

The `jlpm` command is JupyterLab's pinned version of
[yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use
`yarn` or `npm` in lieu of `jlpm` below.

```bash
# Clone the repo to your local environment
# Move to labweather directory
# Install dependencies
jlpm
# Build Typescript source
jlpm build
# Link your development version of the extension with JupyterLab
jupyter labextension link .
# Rebuild Typescript source after making changes
jlpm build
# Rebuild JupyterLab after making any changes
jupyter lab build
```

You can watch the source directory and run JupyterLab in watch mode to watch for changes in the extension's source and automatically rebuild the extension and application.

```bash
# Watch the source directory in another terminal tab
jlpm watch
# Run jupyterlab in watch mode in one terminal tab
jupyter lab --watch
```

### Uninstall

```bash
jupyter labextension uninstall @meyash/labweather
```

## License

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)

By [Yashwant](https://github.com/meyash)

## Contributors

<img src="https://avatars3.githubusercontent.com/u/21121279?s=460&u=f0450278b2b569c4443ab8ee03f9dff7015da5bf&v=4" width="100px;" alt="toofff"/><br />

<a href="https://meyash.xyz/" style="margin-right:30px;"><img src="https://meyash.xyz/assets/icons/siteicon.png" width="25"></a>
<a href="https://meyash.xyz/resume.pdf" style="margin-right:30px;"><img src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/libreoffice.svg" width="25"></a> 
<a href="https://www.linkedin.com/in/meyash21/" style="margin-right:30px;"><img src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/linkedin.svg" width="25"></a>
<a href="https://twitter.com/meyash21" style="margin-right:30px;"><img src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/twitter.svg" width="25"></a>
<a href="https://www.instagram.com/meyash21/" style="margin-right:30px;"><img src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/instagram.svg" width="25"></a>
<a href="https://www.codechef.com/users/meyash21" style="margin-right:30px;"><img src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/codechef.svg" width="25"></a>

---
_Source: https://npm.io/package/tanglei1003 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
