Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

object_show does not work #290

Closed
dorianherle opened this issue Aug 13, 2018 · 3 comments
Closed

object_show does not work #290

dorianherle opened this issue Aug 13, 2018 · 3 comments

Comments

@dorianherle
Copy link

On Ubuntu, jupyter-notebook, python 2

When I type

import cadquery as cq
result = cq.Workplane("front").box(2.0, 2.0, 0.5)
show_object(result)

I get the following error:
NameError Traceback (most recent call last)
in ()
1 result = cq.Workplane("front").box(2.0, 2.0, 0.5)
----> 2 show_object(result)

NameError: name 'show_object' is not defined

@jmwright
Copy link
Collaborator

@RustyVermeer You have the most experience with Jupyter-Notebook, do you have any thoughts?

@jmwright
Copy link
Collaborator

@totyped Are you using CQNB?

@dcowden
Copy link
Owner

dcowden commented Dec 6, 2018

This has been closed in favor of the CQ 2.0 implemention at https://github.com/cadquery/cadquery

@dcowden dcowden closed this as completed Dec 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants