Skip to content

Commit eeda9ed

Browse files
committed
Add Hindi document
1 parent 3f617a3 commit eeda9ed

File tree

6 files changed

+57
-0
lines changed

6 files changed

+57
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Jupyter Notebook
2+
3+
[![Google Group](https://img.shields.io/badge/-Google%20Group-lightgrey.svg)](https://groups.google.com/forum/#!forum/jupyter)
4+
[![Build Status](https://travis-ci.org/jupyter/notebook.svg?branch=master)](https://travis-ci.org/jupyter/notebook)
5+
[![Documentation Status](https://readthedocs.org/projects/jupyter-notebook/badge/?version=latest)](https://jupyter-notebook.readthedocs.io/en/latest/?badge=latest)
6+
7+
अंग्रेजी संस्करण लिंक : [[English Version](http://github.com/jupyter/notebook/)]
8+
9+
Jupyter Notebook एक इंटरैक्टिव वेब-आधारित notebook-शैली का वातावरण है।
10+
11+
![Jupyter notebook example](resources/running_code_med.png "Jupyter notebook example")
12+
13+
### Jupyter Notebook, आईपीथॉन notebook का भाषा स्वतंत्र विकास
14+
15+
Jupyter notebook प्रोजेक्ट Jupyter के लिए एक भाषा-स्वतंत्र HTML notebook अनुप्रयोग है।
16+
2015 में, Jupyter notebook को द बिग स्प्लिट ™ के एक भाग के रूप में जारी किया गया था, जो एक आईपीथॉन कोड बेस था। IPython 3 को यूजर लैंग्वेज इंडिपेंडेंट कोड जैसे IPython notebook और विशिष्ट भाषा आधारित कोड जैसे Python के लिए IPython कर्नेल के लिए फीचर के साथ जारी किया गया है।
17+
चूंकि कई भाषाओं की गणना की जाती है, प्रोजेक्ट Jupyter इस रिपॉजिटरी में भाषा-स्वतंत्र ** Jupyter notebook ** विकसित करना जारी रखेगा। फिर, समुदाय की मदद से, अपने स्वयं के भंडार में एक भाषा-विशिष्ट कर्नेल विकसित करें।
18+
[[The Big Split™ announcement](https://blog.jupyter.org/the-big-split-9d7b88a031a7)]
19+
[[Jupyter Ascending blog post](https://blog.jupyter.org/jupyter-ascending-1bf5b362d97e)]
20+
21+
## स्थापना
22+
23+
[Jupyter platform, on ReadTheDocs](https://jupyter.readthedocs.io/en/latest/install.html)आप से इंस्टॉलेशन डॉक्यूमेंट देख सकते हैं।
24+
जुपिटर नोटबुक के उन्नत उपयोग के लिए प्रलेखन [यहाँ](https://jupyter-notebook.readthedocs.io/en/latest/) कृपया देखें।
25+
26+
स्थानीय स्थापना के लिए [pip](https://pip.readthedocs.io/en/stable/installing/) सुनिश्चित करें कि आपने स्थापित किया है, और फिर निम्न कमांड निष्पादित करें।
27+
28+
$ pip install notebook
29+
30+
## Jupyter Notebook का उपयोग कैसे करें
31+
32+
### स्थानीय स्थापना में निष्पादन
33+
34+
निम्न आदेश चलाएँ:
35+
36+
$ jupyter notebook
37+
38+
### दूरस्थ स्थापना में निष्पादन
39+
40+
Jupyter Notebook दूरस्थ रूप से लॉन्च करने से पहले कुछ कॉन्फ़िगरेशन की आवश्यकता होती है। [Notebook सर्वर चल रहा है](https://jupyter-notebook.readthedocs.io/en/stable/public_server.html) कृपया देखें।
41+
42+
## विकास की स्थापना
43+
44+
विकास स्थापना कैसे करें, इसकी जानकारी के लिए [`CONTRIBUTING.rst`](https://github.com/jupyter/notebook/blob/master/CONTRIBUTING.rst) कृपया देखें।
45+
46+
## योगदान
47+
48+
यदि आप परियोजना में योगदान करने में रुचि रखते हैं [`CONTRIBUTING.rst`](https://github.com/jupyter/notebook/blob/master/CONTRIBUTING.rst)कृपया देखें।
49+
50+
## संदर्भ
51+
52+
- [Project Jupyter website](https://jupyter.org)
53+
- [Online Demo at try.jupyter.org](https://try.jupyter.org)
54+
- [Documentation for Jupyter notebook](https://jupyter-notebook.readthedocs.io/en/latest/) [[PDF](https://media.readthedocs.org/pdf/jupyter-notebook/latest/jupyter-notebook.pdf)]
55+
- [Documentation for Project Jupyter](https://jupyter.readthedocs.io/en/latest/index.html) [[PDF](https://media.readthedocs.org/pdf/jupyter/latest/jupyter.pdf)]
56+
- [Issues](https://github.com/jupyter/notebook/issues)
57+
- [Technical support - Jupyter Google Group](https://groups.google.com/forum/#!forum/jupyter)
75.6 KB
Loading
23.5 KB
Loading
106 KB
Loading
96.1 KB
Loading
331 KB
Loading

0 commit comments

Comments
 (0)