用于omxware rest服务访问数据和文件的python包装器。

omxware的Python项目详细描述


https://travis.ibm.com/GrandChallenge-Almaden/omxware-pypi.svg?token=zra2vLszsZmyB2CQTsas&branch=masterLatest Version

web服务

https://omxware.sl.cloud9.ibm.com:9420/swagger


sdk文档:

https://pages.github.ibm.com/GrandChallenge-Almaden/omxware-pypi/


入门

https://pages.github.ibm.com/GrandChallenge-Almaden/omxware-pypi/build/html/usage.html


help/论坛

http://omx-forums.sl.cloud9.ibm.com


引文

e.g: ^{tt1}$

与Docker一起使用

为了让用户和开发人员更容易开始使用omxware,我们有一个预安装了python和omxware的两个基本docker映像。它还附带了一些python库,如matplotlibnumpy以及其他一些库。

1) Minimal: ^{tt5}$

docker run -it --rm --name omxware -v "$(pwd):/opt/my_work" c0mpiler/alpine-omxware-base:latest ash


2) JupyterLab: ^{tt6}$

docker run -d --name jupyter --restart always -p 8888:8888 -e JUPYTER_ENABLE_LAB=yes \
-v /mnt/storage/jupyter:/home/jovyan/work c0mpiler/jupyter start.sh jupyter lab --LabApp.token=‘omxware’

  • This image has JupyterLab pre-installed and setup with some example OMXWare Jupyter notebooks.
  • Change the mount point ^{tt7}$ to whatever you want on you host machine – so you can share files from your host with this docker image.
  • This image also has some example Jupyter notebooks for you to look at and get started.
  • Once you run the docker image – you can open up ^{tt8}$ in your browser and the pwd is ^{tt9}$.
  • The host-name is that of your host machine you run this docker image on. If you are running it on your laptop, the host-name is either ^{tt10}$ or ^{tt11}$

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java单链表计数算法   使用Jlink在一个平台上为另一个平台创建Java运行时映像   矩阵如何在java中正确输入矩阵   集群服务器和独立服务器之间的java差异?   eclipse java。尝试从jar实例化类时发生lang.NoClassDefFoundError   java试图在Spring启动异常后重定向视图   java我在OnResume()中有必要的代码,而不是OnCreate(),但当我转到另一个活动然后返回时,ListView中的数组数据仍然会消失   sockets使用Java一个字节一个字节地复制文件,相当于复制整个文件?   java通过数组随机化坐标   java通过安卓连接到nodejs服务器并获得超时异常   在调试消息中放置空字符串调试Java 7看似奇怪的行为   java从语句创建PreparedStatement?   SpringWeb应用程序体系结构中的java上下文级别   java无法将字符串附加到jtextarea   java抽象可以通过使用接口来实现